Command Manual (For Soliton) – FTP-SFTP-TFTP
H3C S3100 Series Ethernet Switches
Chapter 1 FTP and SFTP Configuration
Commands
1-25
Bye
[Sysname]
1.4.2 cd
Syntax
cd
[
remote-path
]
View
SFTP client view
Parameters
remote-path
: Path of the target directory on the remote server.
Description
Use the
cd
command to change the working path on the remote SFTP server. If no
remote path is specified, this command displays the current working path.
Note:
z
Use the
cd ..
command to return to the parent directory.
z
Use the
cd /
command to return to the root directory.
Examples
# Change the working path to new1.
sftp-client>cd new1
Received status: Success
Current Directory is:
/new1
sftp-client>
1.4.3 cdup
Syntax
cdup
View
SFTP client view