Uses of Class
org.apache.commons.net.ftp.FTPClient
-
Packages that use FTPClient Package Description org.apache.commons.net.ftp FTP and FTPS support classes -
-
Uses of FTPClient in org.apache.commons.net.ftp
Subclasses of FTPClient in org.apache.commons.net.ftp Modifier and Type Class Description class
FTPHTTPClient
Experimental attempt at FTP client that tunnels over an HTTP proxy connection.class
FTPSClient
FTP over SSL processing.Fields in org.apache.commons.net.ftp declared as FTPClient Modifier and Type Field Description private FTPClient
FTPClient.NatServerResolverImpl. client
private FTPClient
FTPClient.CSL. parent
Constructors in org.apache.commons.net.ftp with parameters of type FTPClient Constructor Description CSL(FTPClient parent, long idleTime, int maxWait)
NatServerResolverImpl(FTPClient client)
-