I noticed that within org.apache.ftpserver.FtpConfigImpl, the getFtpStatistics() method is returning FtpStatistics. However, the class actually holds an instance of IFtpStatistics. Is there some reason that getFtpStatistics() is implemented that way?
I was thinking of using the default statistics handler but setting my own FileObserver. I can only do this if the method is changed to return the IFtpStatistics instead.
