3com S7906E 참조 가이드

다운로드
페이지 2327
 
1-34 
If you do not specify the remote-file argument, the file will be saved remotely with the same name as the 
local one. 
Examples 
# Upload local file temp.c to the remote SFTP server and save it as temp1.c. 
sftp-client> put temp.c temp1.c 
Local file:temp.c --->  Remote file: /temp1.c 
Uploading file successfully ended 
pwd 
Syntax 
pwd 
View 
SFTP client view 
Default Level 
3: Manage level 
Parameters 
None 
Description 
Use the pwd command to display the current working directory of a remote SFTP server. 
Examples 
# Display the current working directory of the remote SFTP server. 
sftp-client> pwd 
quit 
Syntax 
quit 
View 
SFTP client view 
Default Level 
3: Manage level 
Parameters 
None 
Description 
Use the quit command to terminate the connection with a remote SFTP server and return to user view.