Apache Commons Net FTPClient retrievefile method issue with Sterling Commerce Connect
- by ravi2082
Hi All,
We have been using apache commons net FTP classes to connect using a proxy to a Sterling commerce FTP gateway located outside our network to pull files. We do not list the files since we know the name of the file to be pulled so we pull it directly using the below method.
boolean isTransferred = ftp.retrieveFile(remoteFileName,…