Cdup; Delete - H3C S3100 Series Command Manual

Hide thumbs Also See for S3100 Series:
Table of Contents

Advertisement

Examples
# Change the working path to new1.
sftp-client>cd new1
Received status: Success
Current Directory is:
/new1
sftp-client>

cdup

Syntax
cdup
View
SFTP client view
Parameters
None
Description
Use the cdup command to change the working path on the remote SFTP server and return to the parent
directory.
Examples
# Change the working path and return to the parent directory.
sftp-client>cdup
Received status: Success
Current Directory is:
/

delete

Syntax
delete remote-file&<1-10>
View
SFTP client view
Parameters
remote-file&<1-10>: Name of a file on the server. &<1-10> indicates that up to ten file names can be
input. These file names should be separated by spaces.
Description
Use the delete command to delete a specified file from the remote SFTP server.
This command has the same effect as that of the remove command.
Examples
# Delete the file named test.txt on the server.
sftp-client> delete test.txt
The following files will be deleted:
1-21

Advertisement

Table of Contents
loading

Table of Contents