|
Class Summary |
| DOSFTPServerParser |
|
| FTPClient |
FIXME : mention default values. |
| FTPClientAdapter |
An adapter class for receiving FTPClient observations. |
| FTPCommand |
This class contains constants and methods that simplify handling
and internationalization of FTP client commands. |
| FTPConstants |
Class that gathers project wide constants. |
| FTPReply |
This class contains constants and methods that
simplify handling and internationalization of
FTP server replies. |
| FTPResponse |
This class contains constants and methods that simplify handling
and internationalization of FTP server replies. |
| FTPServerParserFactory |
A factory class which aims at constructing the right parser
for the data to parse, according to the kind of OS on which
the FTP server is running. |
| FTPSocket |
This class wraps java.net.Socket and
java.net.ServerSocket behind a common
(limited) interface that mimics theirs. |
| UnixFTPServerParser |
|
| VMSFTPServerParser |
|