H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – SSH Terminal Service
H3C S7500 Series Ethernet Switches
Chapter 1 SSH Terminal Service
Configuration Commands
1-31
sftp-client>get tt.bak tt.txt....
Remote file: flash:/tt.bak ---> Local file: tt.txt..
Downloading file successfully ended
1.4.8 help
Syntax
help [ all | command-name ]
View
SFTP client view
Parameters
all: Displays a list of all commands.
command-name: Name of a command.
Description
Use the help command to get the help information about the specified or all SFTP client
commands.
With neither the argument nor the keyword specified, the command displays a list of all
commands.
Examples
# Display the help information about the get command.
sftp-client> help get
get remote-path [local-path] Download file.Default local-path is the same
with remote-path
1.4.9 ls
Syntax
ls [ -a | -l ] [ remote-path ]
View
SFTP client view
Parameters
-a: Displays the filenames or the folder names of the specified directory.
-l: Displays in list form detailed information of the files and folder of the specified
directory
remote-path: Name of the directory to be queried.