Hi, as of lately the implementation of the interface org.apache.ftpserver. ftplet.Configuration that used to be in ftpserver has been removed. Probably with the intention to replace it with the Commons configuration which is fine. The problem though is that the org.apache.ftpserver.ftplet. Configuration interface in its constructor. I'd like to use a Commons configuration class when I create the ftpserver instance in my app so I suggest either that the org.apache.ftpserver.ftplet.Configuration is extended from the org.apache.commons.configuration.Configuration or the ConfigurableFtpServerContext is changed. Can this be easily done or do I have to do my own plumbing?
Regards Curt Johansson
