3Com Switch 7750 Configuration Guide Guide
SFTP Service 729
Displaying help information
You can display help information about a command, such as syntax and
parameters.
SFTP Configuration
Example
Network requirements
As shown in Figure 189.
■ An SSH connection is present between Switch A and Switch B.
■ Switch B serves as an SFTP server, with IP address 10.111.27.91.
■ Switch A serves as an SFTP client.
■ An SSH user name abc with password hello is created.
Table 565 Operate with SFTP files
Operation Command Description
Enter system view system-view
Optional
Enter SFTP client view sftp { host-ip | host-name }
Change the name of a file on
the remote SFTP server
rename old-name new-name
Download a file from the
remote SFTP server
get remote-file [ local-file ]
Upload a file to the remote
SFTP server
put local-file [ remote-file ]
Display the list of the files in a
directory
dir [ remote-path ] Optional
The dir and ls commands
have the same function.
ls [ remote-path ]
Delete a file from the SFTP
server
delete remote-file Optional
The delete and remove
commands have the same
function.
remove remote-file
Table 566 Display help information about SFTP client commands
Operation Command Description
Enter system view system-view -
Enter SFTP client view sftp { host-ip | host-name } -
Display help information
about SFTP client commands
help [ command-name ] Optional