FTP Client

Package com.amoebacode.ftp

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.
 

Exception Summary
IllegalFTPResponseException IllegalFTPResponseException is thrown whenever an FTP server returns an unexpected response to the previous command.
 


FTP Client