338
SSH client configuration commands
bye
Use
bye
to terminate the connection with the SFTP server and return to user view.
Syntax
bye
Views
SFTP client view
Default command level
3: Manage level
Usage guidelines
This command functions as the
exit
and
quit
commands.
Examples
# Terminate the connection with the SFTP server.
sftp-client> bye
Bye
Connection closed.
<Sysname>
cd
Use
cd
to change the working path on an SFTP server.
Syntax
cd
[
remote-path
]
Views
SFTP client view
Default command level
3: Manage level
Parameters
remote-path
: Specifies a path on the server. If you do not specify this argument, the command
displays the current working path.
Usage guidelines
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.
Examples
# Change the working path to
new1
.
sftp-client> cd new1
Current Directory is:
/new1