3com 4500 26-PORT 用户手册

下载
页码 466
SFTP Client Configuration Commands
439
Example
To terminate the connection with the remote SFTP server, enter the following:
sftp-client>exit
[SW4500]
get
Syntax
get remote-file [ local-file ]
View
SFTP client view
Parameter
remote-file:
 The name of a file on the remote SFTP server.
local-file:
 The name of a local file.
Description
Use the 
get
 command to download a file from the remote server and save it 
locally.
By default, if no local file name is specified, it is assumed that the local file has the 
same name as the file on the SFTP server.
Example
To download file temp1.c and save it with name temp.c, enter the following
sftp-client>get temp1.c temp.c
help 
Syntax
help [ command ]
View
SFTP client view
Parameter
command: 
The name of a command.
Description
Use the 
help
 command to view the help information for SFTP client commands.
If the command argument is not specified, all command names will be displayed.
Example
To view the help information for the get command, enter the following: