A SERVICE OF

logo

2201
143
SFTP CONFIGURATION COMMANDS
bye
Syntax bye
View SFTP client view
Parameter None
Description Use the
bye command to terminate the connection with a remote SFTP server and
return to system view.
This command functions as the exit and quit commands.
Example # Terminate the connection with the remote SFTP server.
sftp-client> bye
Bye
[Sysname]
cd
Syntax cd [ remote-path ]
View SFTP client view
Parameter remote-path: Name of a path on the server.
Description Use the
cd command to change the working path on a remote SFTP server. With
the argument not specified, the command displays the current working path.
n
You can use the cd .. command to return to the upper-level directory.
You can use the cd / command to return to the root directory of the system.
Example # Change the working path to new1.
sftp-client> cd new1
Current Directory is:
/new1