|
Class Summary |
| DefaultFTPFileListParser |
Deprecated. This class is deprecated as of version 1.2 and will be
removed in version 2.0 -- use the autodetect mechanism in
DefaultFTPFileEntryParserFactory instead. |
| 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 |
FTPCommand stores a set of constants for FTP command codes. |
| 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. |
| FTPFileIterator |
Deprecated. This class is deprecated as of version 1.2 and will be
removed in version 2.0 - use FTPFileParseEngine instead |
| FTPFileList |
Deprecated. This class is deprecated as of version 1.2 and will be
removed in version 2.0 -- use FTPFileParseEngine instead. |
| FTPFileListParserImpl |
Deprecated. This class is deprecated as of version 1.2 and will be
removed in version 2.0 --
org.apache.commons.net.ftp.RegexFTPFileEntryParserImpl is its
designated replacement. |
| 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. |