Class | Description |
---|---|
DirectConnector |
The DirectConnector connects the remote host with a straight socket
connection, using no proxy.
|
FTPProxyConnector |
This one connects a remote host via a FTP proxy which supports the SITE or
the OPEN proxy method.
|
HTTPTunnelConnector |
This one connects a remote ftp host via a HTTP 1.1 proxy which allows
tunneling through the HTTP CONNECT method.
|
SOCKS4Connector |
This one connects a remote ftp host through a SOCKS4/4a proxy server.
|
SOCKS5Connector |
This one connects a remote ftp host through a SOCKS5 proxy server.
|
Built-in connectors