|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ClientSocketModifier | Implemented by FTP commands that are capable of modifying the client socket, such as the AUTH command. |
CmdListAware | Interface implemented by FTP commands that must know about the parser and container they reside in. |
FtpCmd | Interface of FTP Commands. |
SocketProvider | Interface implemented by classes that provide for the data channel in passive or active transfer mode. |
Class Summary | |
---|---|
AbstractFtpCmd | Abstract ancestor of FTP command classes that provides some functionallity shared by different command classes. |
AbstractFtpCmdList | Abstract precursor for commands that handle LIST or NLST. |
AbstractFtpCmdPasv | |
AbstractFtpCmdPort | Abstract super class of commands setting up the data channel in passive mode (PASV, EPSV). |
AbstractFtpCmdRetr | Abstract base class for RETR command implementations. |
AbstractFtpCmdStor | Ancestor command class that is extended by commands that store data on the remote file system. |
AbstractFtpCmdStorFile | Abstract STOR command implementation that saves files to the local disk. |
ActiveModeSocketProvider | Provider for the client socket (active transfer). |
DataChannelInfo | Wraps the connection parameter of the data channel into a single object. |
PassiveModeSocketProvider | Provides the data transfer socket for transfer passive mode. |
Contains interfaces and abstract base classes implemented / extended by FTP command classes.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |