Class Summary |
FTP |
FTP provides the basic the functionality necessary to implement your
own FTP client. |
FTPClient |
FTPClient encapsulates all the functionality necessary to store and
retrieve files from an FTP server. |
FTPClientConfig |
This class implements an alternate means of configuring the
FTPClient object and
also subordinate objects which it uses. |
FTPCommand |
TODO replace this with an enum |
FTPFile |
The FTPFile class is used to represent information about files stored
on an FTP server. |
FTPFileEntryParserImpl |
This abstract class implements both the older FTPFileListParser and
newer FTPFileEntryParser interfaces with default functionality. |
FTPFileFilters |
Implements some simple FTPFileFilter classes. |
FTPHTTPClient |
Experimental attempt at FTP client that tunnels over an HTTP proxy connection. |
FTPListParseEngine |
This class handles the entire process of parsing a listing of
file entries from the server. |
FTPReply |
FTPReply stores a set of constants for FTP reply codes. |
FTPSClient |
FTP over SSL processing. |
FTPSCommand |
FTPS-specific command |
FTPSServerSocketFactory |
Server socket factory for FTPS connections. |
FTPSSocketFactory |
Implementation of org.apache.commons.net.SocketFactory |
FTPSTrustManager |
Custom TrustManager implementation. |