H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – SSH Terminal Service
H3C S7500 Series Ethernet Switches
Chapter 1 SSH Terminal Service
Configuration Commands
1-30
1.4.6 exit
Syntax
exit
View
SFTP client view
Parameters
None
Description
Use the exit command to terminate the connection to the remote SFTP server and
return to system view.
This command has the same function as the bye and quit commands.
Examples
# Terminate the connection to the remote SFTP server.
sftp-client> exit
Bye
[H3C]
1.4.7 get
Syntax
get remote-file [ local-file ]
View
SFTP client view
Parameters
remote-file: Name of the source file on the remote SFTP server.
local-file: Name assigned to the file to be saved locally.
Description
Use the get command to download a file from a remote server and save the file locally.
If no local file name is specified, the name of the source file on the remote SFTP server
is used by default.
Examples
# Download file tt.bak and save it with name tt.txt.