I'm working basically with a simple task, read files from the ftp-server and write those to the file path or UNC-path. I made service (EnsLib.FTP.PassthroughService) and operation (EnsLib.File.PassthroughOperation). Service connects to the ftp server and reads directory listing, but it is not retrieving files at all. Do you have any ideas whats wrong with this or how to use EnsLib.FTP.PassthroughService?
Thanks!