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 classFTPHTTPClientExperimental attempt at FTP client that tunnels over an HTTP proxy connection.classFTPSClientFTP over SSL processing.Fields in org.apache.commons.net.ftp declared as FTPClient Modifier and Type Field Description private FTPClientFTPClient.NatServerResolverImpl. clientprivate FTPClientFTPClient.CSL. parentConstructors in org.apache.commons.net.ftp with parameters of type FTPClient Constructor Description CSL(FTPClient parent, long idleTime, int maxWait)NatServerResolverImpl(FTPClient client)
-