Skip to content

FTPS Proxies

Robinicks edited this page Feb 3, 2020 · 19 revisions

API

  • 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.

FAQs


How do I login with an FTP proxy?

Create a new instance of FtpClientHttp11Proxy or FtpClientUserAtHostProxy and use FTP properties/methods like normal.

Clone this wiki locally