3com 4500 PWR 50-PORT Manual Do Utilizador

Página de 466
SFTP Client Configuration Commands
437
Parameter
remote-path: 
The name of a path on the server.
Description
Use the 
cd
 command to change the current path on the SFTP server. If you do not 
specify the remote-path argument, the current path will be displayed.
Example
To change the current path to d:/temp, enter the following:
sftp-client>cd d:/temp
cdup
Syntax
cdup
View
SFTP Client View
Parameter
None
Description
Use the 
cdup
 command to change the current path to its upper directory.
Example
To change the current path to its upper directory, enter the following:
sftp-client>cdup
delete
Syntax
delete remote-file
View
SFTP Client View
Parameter
remote-file:
The 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.