Uses of Interface
it.sauronsoftware.ftp4j.FTPConnector

Packages that use FTPConnector
it.sauronsoftware.ftp4j FTP client implementation 
it.sauronsoftware.ftp4j.connectors Built-in connectors 
 

Uses of FTPConnector in it.sauronsoftware.ftp4j
 

Methods in it.sauronsoftware.ftp4j that return FTPConnector
 FTPConnector FTPClient.getConnector()
          This method returns the connector used to connect the remote host.
 

Methods in it.sauronsoftware.ftp4j with parameters of type FTPConnector
 void FTPClient.setConnector(FTPConnector connector)
          This method sets the connector used to connect the remote host.
 

Uses of FTPConnector in it.sauronsoftware.ftp4j.connectors
 

Classes in it.sauronsoftware.ftp4j.connectors that implement FTPConnector
 class DirectConnector
          The DirectConnector connects the remote host with a straight socket connection, using no proxy.
 class FTPProxyConnector
          This one connects a remote host via a FTP proxy which supports the SITE or the OPEN proxy method.
 class HTTPTunnelConnector
          This one connects a remote ftp host via a HTTP 1.1 proxy which allows tunneling through the HTTP CONNECT method.
 class SOCKS4Connector
          This one connects a remote ftp host through a SOCKS4/4a proxy server.
 class SOCKS5Connector
          This one connects a remote ftp host through a SOCKS5 proxy server.