Operation Manual – SSH Terminal Service
H3C S3600 Series Ethernet Switches-Release 1510 Chapter 2
SFTP Service
2-4
Table 2-5 Start SFTP Client
Operation Command Description
Enter system view
system-view
—
Start SFTP Client
sftp { host-ip | host-name } [ port-num ]
[ prefer_kex { dh_group1 |
dh_exchange_group } |
prefer_ctos_cipher { des | aes128 } |
prefer_stoc_cipher { des | aes128 } |
prefer_ctos_hmac { sha1 | sha1_96 |
md5 | md5_96 } | prefer_stoc_hmac
{ sha1 | sha1_96 | md5 | md5_96 } ] *
Required
II. Stopping SFTP Client
Table 2-6 Stop SFTP Client
Operation Command Description
Enter system view
system-view
—
Enter SFTP client view sftp { host-ip | host-name } —
bye
exit
Stop SFTP Client
quit
The three commands
have the same
function.
III. Performing SFTP directory operations
SFTP directory operations include: changing or displaying the current directory,
creating or deleting a directory, displaying file or directory information in a specific
directory.
Table 2-7 Perform SFTP directory operation
Operation Command Description
Enter system view
system-view
—
Enter SFTP client view
sftp { host-ip |
host-name }
—
Change the current
directory
cd remote-path
Return to the upper
directory
cdup
Display the current
directory
pwd
Optional