1-23
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]
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.