Installing and Managing HP ARPA File Transfer Protocol Network Manager's Guide (36957-90157)
Chapter 4 55
Managing FTP
FTP User Commands on MPE/iX
HELP
[ftpcommand] Displays a list of the valid FTP user commands. If an
FTP user command is specified with HELP, a brief
description of the command is displayed. You can also
use the HELP command for information on specific FTP
messages and errors, and the supported build
parameters (buildparms).
LCD
localdirectory Changes the working directory on the local machine to
the directory specified.
LS [remotedirectory
[localfile]] 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
specified, the current remote working directory
contents are listed.
MDELETE
remotefiles Delete multiple files on the remote system.
MGET remotefiles
[;buildparms]
[;move] Retrieve multiple files from the remote system. Build
parameters can be specified and apply to all files in the
transfer. The resulting local files will have the same
name as the remote files. Note that MPE/iX file names
are exclusively upper case.
MKDIR
remotedirectory Creates a directory on the remote machine.
MODE
[STREAM] Sets the FTP file transfer mode to the specified mode.
The only supported mode is STREAM. Entering MODE
without a parameter displays the supported format.
MODTIME
remotefile Returns the last modification time and date of the
remote file.
MPUT localfiles
[;buildparms]
[;move] Transfer multiple files using wildcard characters in the
localfiles parameter.
Optionally, build parameters can be specified if the
remote system is an MPE/iX system. The build
parameters affect each file in the transfer. Non-MPE/iX
FTP servers will not interpret the build parameters as