Command Manual – SSH
H3C S7500E Series Ethernet Switches
Chapter 1 SSH Configuration Commands
1-30
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.
Note:
z
You can use the
cd ..
command to return to the upper-level directory.
z
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
1.2.3 cdup
Syntax
cdup
View
SFTP client view
Parameters
None
Description
Use the
cdup
command to return to the upper-level directory.
Examples
# From the current working directory /new1, return to the upper-level directory.
sftp-client> cdup
Current Directory is:
/
1.2.4 delete
Syntax
delete remote-file
&<1-10>