FTP

FTP (1)

macdel mname

Delete the macro mname.

macls [mname]

List the names of defined macros or the definition of the macro named mname.

mdelete remote-file ...

Delete the specified files on the remote host. If globbing is enabled, each remote-filewill first be expanded.

mdir remote-file ...local-file

Obtain an extended directory listing of multiple files on the remote host and place the result in local-file. Globbing must be turned off when using this command. Note that the specification of local-fileis mandatory.

mget remote-file ...

Retrieve the specified files from the remote host and place them in the current local directory. If globbing is enabled, the specification of each remote file will first be expanded.

mkdir directory-name

Make a directory on the remote host.

mls remote-file ...local-file

Obtain an abbreviated listing of multiple files on the remote host and place the result in local-file. Globbing must be turned off when using this com- mand. Note that the specification of local-fileis mandatory.

mode [mode-name]

Set the file transmission mode to mode-name. Valid modes are block, compressed, and stream (default). Only the stream mode is currently sup- ported.

modtime remote-file

Display the last modification time of the remote file.

mput local-file ...

Transfer multiple files from the current local working directory to the current working directory on the remote host.

newer remote-file

Get the specified remote file if a local file of that name does not exist or if the remote file has a later modification date than the local file of the same name.

nlist [rfile [lfile] ⎪ options [[rfile] lfile]]

List the name(s) of the files in the current working directory or the specified (rfile) file or directory on the remote host. Specified options are supplied to the remote list command (for example, the UNIX ls command or the VMS dir command). The list can be displayed on the standard output device or placed in the specified (lfile) local file.

Issue 3

E-13