Operation Manual - SSH Terminal Services 
Quidway S3900 Series Ethernet Switches-Release 1510  Chapter 1  SSH Terminal Services
 
Huawei Technologies Proprietary 
1-19 
Operation  Command  Description 
bye 
exit 
Disable the SFTP client  
quit 
The three 
commands have 
the same 
function.  
 
III. Operating with SFTP directories  
SFTP directory-related operations include: changing or displaying the current directory, 
creating or deleting a directory, displaying files or information of a specific directory.  
Table 1-18 Operate with SFTP directories  
Operation  Command  Description 
Enter system view  
system-view 
Enter SFTP client view   sftp { host-ip | host-name } 
Change the current directory 
cd remote-path 
Return to the upper directory 
cdup 
Display the current directory  
pwd 
Optional 
dir [ remote-path ] 
Display the list of the files in a 
directory  
ls [ remote-path ] 
Optional 
The  dir and ls 
commands have 
the same 
function.  
Create a directory on the 
SFTP server  
mkdir remote-path 
Delete a directory from the 
SFTP server  
rmdir remote-path 
Optional 
 
IV. Operating with SFTP files  
SFTP file-related operations include: changing file name, downloading files, uploading 
files, displaying the list of the files, deleting files.