mget remote-files Expand the remote-files on the remote machine and do a get for each file name thus produced. See glob for details on the filename expansion. Resulting file names will then be processed according to case, ntrans, and nmap settings. Files are transferred into the local working directory, which can be changed with `lcd directory'; new local directories can be created with `! mkdir directory'.
mkdir directory-name Make a directory on the remote machine.
mls remote-files local-file Like nlist, except multiple remote files may be specified, and the local-file must be specified. If interactive prompting is on, ftp will prompt the user to verify that the last argument is indeed the target local file for receiving mls output.
mode [mode-name] Set the file transfer mode to mode-name. The default mode is ``stream'' mode.
modtime file-name Show the last modification time of the file on the remote machine.
mput local-files Expand wild cards in the list of local files given as arguments and do a put for each file in the resulting list. See glob for details of filename expansion. Resulting file names will then be pro- cessed according to ntrans and nmap settings.
发布评论
评论(1)
man ftp,I get this:
mget remote-files
Expand the remote-files on the remote machine and do a get for each file name thus produced. See glob
for details on the filename expansion. Resulting file names will then be processed according to case,
ntrans, and nmap settings. Files are transferred into the local working directory, which can be changed
with `lcd directory'; new local directories can be created with `! mkdir directory'.
mkdir directory-name
Make a directory on the remote machine.
mls remote-files local-file
Like nlist, except multiple remote files may be specified, and the local-file must be specified. If
interactive prompting is on, ftp will prompt the user to verify that the last argument is indeed the
target local file for receiving mls output.
mode [mode-name]
Set the file transfer mode to mode-name. The default mode is ``stream'' mode.
modtime file-name
Show the last modification time of the file on the remote machine.
mput local-files
Expand wild cards in the list of local files given as arguments and do a put for each file in the
resulting list. See glob for details of filename expansion. Resulting file names will then be pro-
cessed according to ntrans and nmap settings.