4.1.3. FTP SERVICE COMMANDS - FILE TRANSFER PROTOCOL (FTP)

コマンド 概要(説明の先頭文のみ)
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.
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.
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.
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.
ALLOCATE (ALLO) This command may be required by some servers to reserve sufficient storage to accommodate the new file to be transferred.
RESTART (REST) The argument field represents the server marker at which file transfer is to be restarted.
RENAME FROM (RNFR) This command specifies the old pathname of the file which is to be renamed.
RENAME TO (RNTO) This command specifies the new pathname of the file specified in the immediately preceding "rename from" command.
ABORT (ABOR) This command tells the server to abort the previous FTP service command and any associated transfer of data.
DELETE (DELE) This command causes the file specified in the pathname to be deleted at the server site.
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).
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).
PRINT WORKING DIRECTORY (PWD) This command causes the name of the current working directory to be returned in the reply.
LIST (LIST) This command causes a list to be sent from the server to the passive DTP.
NAME LIST (NLST) This command causes a directory listing to be sent from server to user site.
SITE PARAMETERS (SITE) This command is used by the server to provide services specific to his system that are essential to file transfer but not sufficiently universal to be included as commands in the protocol.
SYSTEM (SYST) This command is used to find out the type of operating system at the server.
STATUS (STAT) This command shall cause a status response to be sent over the control connection in the form of a reply.
HELP (HELP) This command shall cause the server to send helpful information regarding its implementation status over the control connection to the user.
NOOP (NOOP) This command does not affect any parameters or previously entered commands.

作り方

d:id:nattou_curry_2:20081016:1224166346と同じキーマクロを実行しました。