Command Reference Guide

3Com Router 3000 Ethernet Family
Command Reference Guide
Error! Reference source not found.Error! Re
f
erence source not found.
3Com Corporation
9-40
Example
# Download file temp1.c and save it with name temp.c.
sftp-client> get temp1.c temp.c
9.5.9 help
Syntax
help [ command ]
View
SFTP client view
Parameter
command: Name of a command.
Description
Use the help command to get the help information for the specified or all SFTP client
commands.
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
9.5.10 ls
Syntax
ls [ remote-path ]
View
SFTP client view
Parameter
remote-path: Name of the intended directory.
Description
Use the ls command to view the files in the specified directory as you would with the dir
command.
If the remote-path argument is not specified, the files in the current directory are
displayed.