-
-
Notifications
You must be signed in to change notification settings - Fork 659
FTPS Proxies
Robinicks edited this page Feb 3, 2020
·
19 revisions
-
new FtpClientHttp11Proxy() - Creates and returns a new FTP client to connect using an HTTP 1.1 proxy.
-
new FtpClientUserAtHostProxy() - Creates and returns a new FTP client to connect using a User@Host proxy.
-
new FtpClientBlueCoatProxy() - Creates and returns a new FTP client to connect using the BlueCoat proxy.
How do I login with an FTP proxy?
Create a new instance of FtpClientHttp11Proxy
or FtpClientUserAtHostProxy
and use FTP properties/methods like normal.
- Auto Connection
- Auto Reconnection
- FTP(S) Connection
- FTP(S) Connection using GnuTLS
- FTPS Proxies
- Custom Servers
- Custom Commands
- v40 Migration Guide