Command Manual – System Management
Quidway S8500 Series Routing Switches
Chapter 8 SSH Terminal Service Configuration
Commands
Huawei Technologies Proprietary
8-22
System View: return to User View with Ctrl+Z.
sftp-client> bye
<Quidway>
8.4.2 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 current path on the SFTP server. If you do not
specify the
remote-path
argument, the current path will be displayed.
Example
# Change the current path to d:/temp.
sftp-client> cd d:/temp
8.4.3 cdup
Syntax
cdup
View
SFTP Client view
Parameter
None
Description
Use the
cdup
command to change the current path to its upper directory.
Example
# Change the current path to its upper directory.
sftp-client> cdup