Hi

I have a problem with the FtpSource since it doesn't allow me to call the method initiateListParsing on the FtpClient. I need my own ConfigurableFTPFileEntryParserImpl as my FTP server shows the file listing with a Danish date format (this can't be changed).

I have tried to extend the FtpSource to set up my own FtpClient, but since the FtpClient in FtpSource is private final it can't be changed.

The only way I can think of to solve this problem is to override the FtpSource class completely, but I don't feel this is the right way to do it.

I have tried working with both the FtpSource of milestone 4 and the latest from svn, but I end up having the same problem.

Does anyone have any ideas on how to make a workaround on this problem?