FTPS client behind a proxy server using apache commons net
问题 Our network team only allow us to connect to our third party client thru proxy server. Is there a way to add a proxy server to FTPS client of apache commons net? If it is not possible, can you tell a way on how to do it. By the way here's the code that is working outside of the company network String server = "ftp.xxxx.com"; String username = "username"; String password = "password"; String remoteFile = "xmlSR.xml"; String localFile = "c:/downloadedfile.xml"; String protocol = "TLS"; // TLS /