Uses of Class
org.apache.commons.net.ftp.FTPClient
-
Packages that use FTPClient Package Description org.apache.commons.net.examples.ftp org.apache.commons.net.ftp FTP and FTPS support classes -
-
Uses of FTPClient in org.apache.commons.net.examples.ftp
Methods in org.apache.commons.net.examples.ftp with parameters of type FTPClient Modifier and Type Method Description private static voidFTPClientExample. showCslStats(FTPClient ftp) -
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 idleTimeMillis, int maxWaitMillis)NatServerResolverImpl(FTPClient client)
-