![H3C S3100 Series Скачать руководство пользователя страница 859](http://html1.mh-extra.com/html/h3c/s3100-series/s3100-series_command-manual_3591810859.webp)
Command Manual (For Soliton) – FTP-SFTP-TFTP
H3C S3100 Series Ethernet Switches
Chapter 1 FTP and SFTP Configuration
Commands
1-28
View
SFTP client view
Parameters
None
Description
Use the
exit
command to terminate a connection with the remote SFTP server and
return to system view.
This command has the same effect as that of the commands
bye
and
quit
.
Examples
# Terminate a connection with the remote SFTP server.
sftp-client> exit
Bye
[Sysname]
1.4.7 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