|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
FTPDataSocket | Interface for data socket classes, whether active or passive |
FTPMessageListener | Listens for and is notified of FTP commands and replies. |
FTPProgressMonitor | Allows the reporting of progress of the transfer of data |
Class Summary | |
FTPActiveDataSocket | Active data socket handling class |
FTPClient | Supports client-side FTP. |
FTPConnectMode | Enumerates the connect modes that are possible, active & PASV |
FTPControlSocket | Supports client-side FTP operations |
FTPFile | Represents a remote file (implementation) |
FTPFileFactory | Factory for creating FTPFile objects |
FTPFileParser | Root class of all file parsers |
FTPMessageCollector | Listens for and is notified of FTP commands and replies. |
FTPPassiveDataSocket | Passive data socket handling class |
FTPReply | Encapsulates the FTP server reply |
FTPTransferType | Enumerates the transfer types possible. |
UnixFileParser | Represents a remote Unix file parser |
WindowsFileParser | Represents a remote Windows file parser |
Exception Summary | |
FTPException | FTP specific exceptions |
Contains classes for FTP client functionality. The main class is
FTPClient
. The classes FTPConnectMode
and
FTPTransferType
are enumerations. FTPReply
contains information returned by an FTP server during an FTP operation.
The classes FTPControlSocket
and FTPDataSocket
are used from within FTPClient
for managing FTP communications
and should generally not be used by developers.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |