|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractFtpCmd | |
---|---|
net.sf.hermesftp.cmd | Contains interfaces and abstract base classes implemented / extended by FTP command classes. |
net.sf.hermesftp.cmd.impl | Contains the implementation of all FTP command classes. |
Uses of AbstractFtpCmd in net.sf.hermesftp.cmd |
---|
Subclasses of AbstractFtpCmd in net.sf.hermesftp.cmd | |
---|---|
class |
AbstractFtpCmdList
Abstract precursor for commands that handle LIST or NLST. |
class |
AbstractFtpCmdPasv
|
class |
AbstractFtpCmdPort
Abstract super class of commands setting up the data channel in passive mode (PASV, EPSV). |
class |
AbstractFtpCmdRetr
Abstract base class for RETR command implementations. |
class |
AbstractFtpCmdStor
Ancestor command class that is extended by commands that store data on the remote file system. |
class |
AbstractFtpCmdStorFile
Abstract STOR command implementation that saves files to the local disk. |
Uses of AbstractFtpCmd in net.sf.hermesftp.cmd.impl |
---|
Subclasses of AbstractFtpCmd in net.sf.hermesftp.cmd.impl | |
---|---|
class |
FtpCmdAbor
ABORT (ABOR) This command tells the server to abort the previous FTP service command and any associated transfer of data. |
class |
FtpCmdAllo
ALLOCATE (ALLO) This command may be required by some servers to reserve sufficient storage to accommodate the new file to be transferred. |
class |
FtpCmdAppe
APPEND (with create) (APPE) This command causes the server-DTP to accept the data transferred via the data connection and to store the data in a file at the server site. |
class |
FtpCmdAuth
AUTHENTICATION/SECURITY MECHANISM (AUTH) The argument field is a Telnet string identifying a supported mechanism. |
class |
FtpCmdCdup
CHANGE TO PARENT DIRECTORY (CDUP) This command is a special case of CWD, and is included to simplify the implementation of programs for transferring directory trees between operating systems having different syntaxes for naming the parent directory. |
class |
FtpCmdClnt
|
class |
FtpCmdCwd
CHANGE WORKING DIRECTORY (CWD) This command allows the user to work with a different directory or dataset for file storage or retrieval without altering his login or accounting information. |
class |
FtpCmdDele
DELETE (DELE) This command causes the file specified in the pathname to be deleted at the server site. |
class |
FtpCmdEprt
The EPRT Command (EPRT) The EPRT command allows for the specification of an extended address for the data connection. |
class |
FtpCmdEpsv
The EPSV Command (EPSV) The EPSV command requests that a server listen on a data port and wait for a connection. |
class |
FtpCmdFeat
FEAT Command It is not to be expected that all servers will necessarily support all of the new commands defined in all future amendments to the FTP protocol. |
class |
FtpCmdHelp
HELP (HELP) This command shall cause the server to send helpful information regarding its implementation status over the control connection to the user. |
class |
FtpCmdList
LIST (LIST) This command causes a list to be sent from the server to the passive DTP. |
class |
FtpCmdMdtm
MDTM Modifies the timestamp of a file or path. |
class |
FtpCmdMkd
MAKE DIRECTORY (MKD) This command causes the directory specified in the pathname to be created as a directory (if the pathname is absolute) or as a subdirectory of the current working directory (if the pathname is relative). |
class |
FtpCmdMode
TRANSFER MODE (MODE) The argument is a single Telnet character code specifying the data transfer modes described in the Section on Transmission Modes. |
class |
FtpCmdNlst
NAME LIST (NLST) This command causes a directory listing to be sent from server to user site. |
class |
FtpCmdNoop
NOOP (NOOP) This command does not affect any parameters or previously entered commands. |
class |
FtpCmdNotImpl
This class represents commands not implemented yet. |
class |
FtpCmdOpts
OPTS Command The OPTS (options) command allows a user-PI to specify the desired behavior of a server-FTP process when another FTP command (the target command) is later issued. |
class |
FtpCmdPass
PASSWORD (PASS) The argument field is a Telnet string specifying the user's password. |
class |
FtpCmdPasv
PASSIVE (PASV) This command requests the server-DTP to "listen" on a data port (which is not its default data port) and to wait for a connection rather than initiate one upon receipt of a transfer command. |
class |
FtpCmdPbsz
PROTECTION BUFFER SIZE (PBSZ) The argument is a decimal integer representing the maximum size, in bytes, of the encoded data blocks to be sent or received during file transfer. |
class |
FtpCmdPort
DATA PORT (PORT) The argument is a HOST-PORT specification for the data port to be used in data connection. |
class |
FtpCmdProt
DATA CHANNEL PROTECTION LEVEL (PROT) The argument is a single Telnet character code specifying the data channel protection level. |
class |
FtpCmdPwd
PRINT WORKING DIRECTORY (PWD) This command causes the name of the current working directory to be returned in the reply.. |
class |
FtpCmdQuit
LOGOUT (QUIT) This command terminates a USER and if file transfer is not in progress, the server closes the control connection. |
class |
FtpCmdRest
RESTART (REST) The argument field represents the server marker at which file transfer is to be restarted. |
class |
FtpCmdRetr
RETRIEVE (RETR) This command causes the server-DTP to transfer a copy of the file, specified in the pathname, to the server- or user-DTP at the other end of the data connection. |
class |
FtpCmdRmd
REMOVE DIRECTORY (RMD) This command causes the directory specified in the pathname to be removed as a directory (if the pathname is absolute) or as a subdirectory of the current working directory (if the pathname is relative). |
class |
FtpCmdRnfr
RENAME FROM (RNFR) This command specifies the old pathname of the file which is to be renamed. |
class |
FtpCmdRnto
RENAME TO (RNTO) This command specifies the new pathname of the file specified in the immediately preceding "rename from" command. |
class |
FtpCmdSize
SIZE Returns the size of the passed path in bytes. |
class |
FtpCmdStat
STATUS (STAT) This command shall cause a status response to be sent over the control connection in the form of a reply. |
class |
FtpCmdStor
STORE (STOR) This command causes the server-DTP to accept the data transferred via the data connection and to store the data as a file at the server site. |
class |
FtpCmdStou
STORE UNIQUE (STOU) This command behaves like STOR except that the resultant file is to be created in the current directory under a name unique to that directory. |
class |
FtpCmdStru
FILE STRUCTURE (STRU) The argument is a single Telnet character code specifying file structure described in the Section on Data Representation and Storage. |
class |
FtpCmdSyst
SYSTEM (SYST) This command is used to find out the type of operating system at the server. |
class |
FtpCmdType
REPRESENTATION TYPE (TYPE) The argument specifies the representation type as described in the Section on Data Representation and Storage. |
class |
FtpCmdUser
USER NAME (USER) The argument field is a Telnet string identifying the user. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |