3com 5500-ei pwr Reference Guide

Page of 1314
 
1-30 
get 
Syntax 
get remote-file [ local-file ] 
View 
SFTP client view 
Parameters 
remote-file: Name of a file on the remote SFTP server.  
local-file: Name of a local file.  
Description 
Use the get command to download a file from the remote server.  
By default, the remote file name is used for the file saved locally if no local file name is specified.  
Examples 
# Download the file tt.bak and save it with the name tt.txt.  
sftp-client>get tt.bak tt.txt.... 
This operation may take a long time, please wait... 
Remote  file:tt.bak --->  Local file: tt.txt.. 
Received status: End of file 
Received status: Success 
Downloading file successfully ended 
help 
Syntax 
help [ all |command ] 
View 
SFTP client view 
Parameters 
all: Displays all the command names.  
command: Command name. 
Description 
Use the help command to display the help information about SFTP client commands.  
If no command is specified, this command displays all the command names.  
Examples 
# View the help information about the get command.  
sftp-client> help get 
get remote-path [local-path]  Download file.Default local-path is the same 
                              with remote-path