Installing and Managing HP ARPA File Transfer Protocol Network Manager's Guide (36957-90157)
60 Chapter 4
Managing FTP
MPE/iX FTP Server Commands
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
localfiles 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.