Command Manual – System Management
Quidway S8500 Series Routing Switches
Chapter 8 SSH Terminal Service Configuration
Commands
Huawei Technologies Proprietary
8-28
Parameter
None
Description
Use the
quit
command to terminate the connection with the remote SFTP server and
return to the user view.
This command has the same functionality as the
bye
and
exit
commands.
Example
# Terminate the connection with the remote SFTP server.
sftp-client> quit
<Quidway>
8.4.14 remove
Syntax
remove
remote-file
View
SFTP Client view
Parameter
remote-file
: Name of a file on the server.
Description
Use the
remove
command to delete the specified file from the server.
This command has the same functionality as the
delete
command.
Example
# Delete the file temp.c from the server.
sftp-client> delete temp.c
8.4.15 rename
Syntax
rename
oldname newname
View
SFTP Client view