Hi, Is anyone working on a solution to use a http-proxy to connect to a ftps-server. Solving the issue for FTP (passive) is not so difficult by creating a new SocketFactory that uses "org.apache.commons.httpclient.ProxyClient" and setting it on the FTPClient. The same trick can't be used for the FTPSClient because the setSocketFactory is the one of the FTPClient. So what probably needs to be done is to add extend the FTPSSocketFactory so can be feeded with another SocketFactory.
Is anyone working on a solution like this? Best regards, Marco van Eck --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org