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 void
FTPClientExample. 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 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, java.time.Duration idleDuration, java.time.Duration maxWaitDuration)
NatServerResolverImpl(FTPClient client)
-