HP ARPA File Transfer Protocol User's Guide (36957-90159)
48 Chapter5
Using the FTP Server
Transfers the remote file specified to a local file. If a local file name is not
specified, the file is saved with the same name as the remote file name
(assuming a legal file name).
LS [
remotedirectory
][
localfile
] (NLST)
Displays the contents of a remote directory, one file per line. If a
localfile
name is specified, the listing will be saved to the file specified.
If
remotedirectory
is not included, the current remote working
directory contents are listed.
MDELETE
remotefiles
(NLST,DELE)
The remote system expands the wildcard characters in
remotefiles
and
deletes the set of files on the remote MPE/iX host.
MGET
remotefiles
(NLST,RETR)
The remote system expands the wildcard characters in
remotefiles
and
retrieves the set of files from the remote host.
MKDIR
remotedirectory
(MKD | XMKD)
Creates a directory on the remote machine.
MODE [STREAM] (MODE)
Sets the FTP file transfer mode to the specified mode. The only supported
mode is STREAM.
MODTIME
remotefile
(MDTM)
Returns the last modification time and date of the remote file.
MPUT
localfiles
(NLST,STOR)
The local system expands the wildcard characters in
localfile
s and
transfers the set of files from the local host to the remote MPE/iX system.
OPEN
remotehostname
Opens a connection to the remote host specified.
PUT
localfile
[
remotefile
] [;
buildparms
] (STOR)
Transfers a local file to a file on the remote MPE/iX system. Build
parameters may be used to change how the file is stored on MPE/iX. If the
remote file name is not specified, the file is saved with the local file name
provided the local file name is a valid name on the remote MPE/iX system.
PWD (PWD)
Displays the name of the remote working directory on the terminal. On
MPE/iX, the session information is returned as well.
QUIT (QUIT)
Closes the connection to the remote system and exits from FTP.
REMOTEHELP [
servercommand
] (HELP)
Displays the remote host (MPE/iX) FTP server commands supported. If a