3com 8807 참조 가이드

다운로드
페이지 1099
SFTP Client Configuration Commands
967
Description
Use the pwd command to display the current directory on the SFTP server.
Example
# Display the current directory on the SFTP server.
sftp-client> pwd
 
flash: 
quit
Syntax
quit
View
SFTP Client view
Parameter
None
Description
Use the quit command to terminate the connection with the remote SFTP server 
and return to the user view.
This command has the same functionality as the bye and exit commands.
Example
# Terminate the connection with the remote SFTP server.
sftp-client> quit
 
<SW8800> 
remove
Syntax
remove remote-file
View
SFTP Client view
Parameter
remote-file: Name of a file on the server.
Description
Use the remove command to delete the specified file from the server.
This command has the same functionality as the delete command.
Example
# Delete the file temp.c from the server.
sftp-client> delete temp.c 
rename
Syntax
rename oldname newname