Package gnu.inet.ftp

Interface Summary
ConnectionEventSource  
ConnectionListener  
TransferEventSource  
TransferListener This describes the interface used to get transfer status events.
 

Class Summary
ActiveGetter This class implements an FTP-style data connection server thread for GETing files/data non-passively.
ActivePutter This class implements an FTP-style data connection server thread for PUTing in a non-passive files/data.
AsciiInputStream The AsciiInputStream class acts as a filter to convert incoming ASCII FTP streams to the system's local ASCII format by filtering and converting line termination strings.
AsciiOutputStream The AsciiOutputStream class acts as a filter to convert outgoing ASCII FTP streams from the system's local ASCII format by filtering and converting line termination strings.
ConnectionEvent  
FtpClient This class implements convenience methods that wrapper the FtpClientProtocol methods for common functionality.
FtpClientProtocol This is the core implementation of the FTP client protocol, RFC0959.
Getter This class serves as a superclass to the ActiveGetter and PassiveGetter classes, providing a common interface and data members.
PassiveConnection This class encapsulates the parameters of a passive data connection.
PassiveGetter This class implements an FTP-style data connection thread for GETing files/data passively.
PassiveParameters This class encapsulates the parameters of a passive data connection.
PassivePutter This class implements an FTP-style data connection server thread for PUTing files/data passively to the server.
Putter implements a FTP-style data connection server thread for PUTing files/data.
 

Exception Summary
ServerResponseException