Справочное Руководство для 3com S7906E

Скачать
Страница из 2327
 
1-29 
View 
SFTP client view 
Default Level 
3: Manage level 
Parameters 
None 
Description 
Use the cdup command to return to the upper-level directory. 
Examples 
# From the current working directory /new1, return to the upper-level directory. 
sftp-client> cdup 
Current Directory is: 
delete 
Syntax 
delete remote-file&<1-10> 
View 
SFTP client view 
Default Level 
3: Manage level 
Parameters 
remote-file&<1-10>: Name of a file on the server. &<1-10> means that you can provide up to 10 
filenames, which are separated by space. 
Description 
Use the delete command to delete the specified file(s) from a server. 
This command functions as the remove command. 
Examples 
# Delete file temp.c from the server. 
sftp-client> delete temp.c 
The following files will be deleted: 
/temp.c 
Are you sure to delete it? [Y/N]:y 
This operation may take a long time.Please wait... 
 
File successfully Removed