Hi,
> > I'm trying to use apache commons net for connecting to an FTPS server. > The logging part of it is successfully done but when we try to upload a > file its giving a connection refused error. I'm using the FTPSExample java > class that is provided in the common net jar. We have a batch job in place > which does the same thing using the curl command (curl --ftp-skip-pasv-ip > …)but it has an option to skip the passive IP. Could someone please help to > find out the equivalent way to implement the same using the common net? > > Any help on this would be greatly appreciated. Thanks > > -Shanmu >
