Class Summary |
DefaultFTPFileListParser |
DefaultFTPFileListParser is the default implementation of
FTPFileListParser
used by FTPClient
to parse file listings. |
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. |
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. |
FTPFileIterator |
FTPFileIterator.java
This class implements a bidirectional iterator over an FTPFileList. |
FTPFileList |
FTPFileList.java
This class encapsulates a listing of files from an FTP server. |
FTPFileListParserImpl |
This abstract class implements both the older FTPFileListParser and
newer FTPFileEntryParser interfaces with default functionality. |
FTPReply |
FTPReply stores a set of constants for FTP reply codes. |