Is there a possibility to have an FTPS server connection via proxy with authentication?
To connect to normal FTP Server with proxy authentication, I used FTPHTTPClient from Apache Commons. But, I couldn't find a way to set proxy details within FTPSClient. Can someone please guide me in the right direction?
Thanks.