Details
Description
In Reference to https://issues.apache.org/jira/browse/NET-578
I'm trying to establish an FTPS Connection via a HTTP Proxy. The Control Connection is properly established, however the Moment I do execPROT the Proxy settings are resetted by call to setSocketFactory(new FTPSSocketFactory(context)); in FTPSClient.java:534.
This causes FTPSClients with a call to execPROT to actually ignore the proxy settings and attempt to contact the FTPS Server directly for data connections.
Since we are required to use PROT P this is currently blocking our feature for FTPS Connections via HTTP proxy.
Attachments
Issue Links
- is related to
-
NET-718 "Unsupported or unrecognized SSL message" for FTPS via proxy
- Open
-
NET-731 FTPSClient no longer supports fileTransferMode (eg DEFLATE)
- Open
-
NET-726 Add protected getters to FTPSClient
- Resolved
- relates to
-
NET-637 FTPSClient not using the Socks Proxy when opening passive data connection
- Open
- links to