|
Class Summary |
| CustomFTPCommandRegistry |
CustomFTPCommandRegistry includes custom FTP commands to use with specific servers. |
| FTPClient |
FTPClient is a public class that handles many standard FTP client commands,
including opening and closing connections, uploading and downloading files,
creating and removing directories, renaming and deleting files, etc. |
| FTPCommandRegistry |
FTPCommandRegistry includes all basic FTP commands and provides convenience
methods for concatenating commands with arguments. |
| FTPServerResponse |
FTPServerResponse is a wrapper for FTP server responses, including response
codes and text messages. |
| FTPSocket |
FTPSocket encapsulates all communication between the FTP client and the
FTP server. |
| FTPUtil |
FTPUtil provides static utility methods for the FTPClient and FTPSocket. |