Command Manual – System Management
Quidway S8500 Series Routing Switches
Chapter 8 SSH Terminal Service Configuration
Commands
Huawei Technologies Proprietary
8-25
By default, if no local file name is specified, it is assumed that the local file has the same
name as the file on the SFTP server.
Example
# Download file temp1.c and save it with name temp.c.
sftp-client> get temp1.c temp.c
8.4.8 help
Syntax
help [ command ]
View
SFTP Client view
Parameter
command: Name of a command.
Description
Use the help command to view the help information for SFTP client commands.
If the command argument is not specified, all command names will be displayed.
Example
# View the help information for the get command.
sftp-client> help get
get remote-path [local-path] Download file
Default local-path is the same with remote-path
8.4.9 ls
Syntax
ls [ remote-path ]
View
SFTP Client view
Parameter
remote-path: Name of the directory to view.
Description
Use the ls command to view the files in the specified directory.