R3303-HP HSR6800 Routers Security Command Reference

357
Default command level
3: Manage level
Parameters
remote-file&<1-10>: Specifies one or more files to delete on the server. &<1-10> means that you can
provide up to 10 filenames, which are separated by space.
Usage guidelines
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 might take a long time. Please wait...
File successfully Removed
dir
Use dir to display information about the files and sub-directories under the specified directory.
Syntax
dir [ -a | -l ] [ remote-path ]
Views
SFTP client view
Default command level
3: Manage level
Parameters
-a: Displays the names of the files and sub-directories under the specified directory.
-l: Displays detailed information about the files and sub-directories under the specified directory in the
form of a list.
remote-path: Specifies the directory to be queried. If this argument is not specified, the command
displays information about the files and sub-directories under the current working directory.
Usage guidelines
If you do not specify the –a keyword or the –l keyword, the command displays detailed information about
the files and sub-directories under the specified directory in the form of a list.
This command functions as the ls command.
Examples
# Display detailed information about the files and sub-directories under the current working directory in
the form of a list.
sftp-client> dir
-rwxrwxrwx 1 noone nogroup 1759 Aug 23 06:52 config.cfg