Command Manual (For Soliton) – FTP-SFTP-TFTP
H3C S3100 Series Ethernet Switches
Chapter 1 FTP and SFTP Configuration
Commands
1-26
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:
/
1.4.4 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:
/test.txt
Are you sure to delete it?(Y/N):y
This operation may take a long time.Please wait...
Received status: Success
File successfully Removed