3com S7906E Guide De Référence

Page de 2327
 
1-28 
Description 
Use the bye command to terminate the connection with a remote SFTP server and return to user view. 
This command functions as the exit and quit commands. 
Examples 
# Terminate the connection with the remote SFTP server. 
sftp-client> bye 
Bye 
<Sysname> 
cd 
Syntax 
cd [ remote-path ] 
View 
SFTP client view 
Default Level 
3: Manage level 
Parameters 
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. 
 
 
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 
cdup 
Syntax 
cdup