3com 8807 Reference Guide

Page of 1099
SFTP Client Configuration Commands
963
cdup
Syntax
cdup
View
SFTP Client view
Parameter
None
Description
Use the cdup command to change the current path to its upper directory.
Example
# Change the current path to its upper directory.
sftp-client> cdup 
delete
Syntax
delete remote-file
View
SFTP Client view
Parameter
remote-file: Name of a file on the server.
Description
Use the delete command to delete the specified file from the server.
This command has the same functionality as the remove command.
Example
# Delete file temp.c from the server.
sftp-client> delete temp.c 
dir
Syntax
dir [ remote-path ]
View
SFTP Client view
Parameter
remote-path: Name of the directory to view.
Description
Use the dir command to view the files in the specified directory.
If the remote-path argument is not specified, the files in the current directory will 
be displayed.