Инструкции По Установке для 3com S7906E

Скачать
Страница из 2621
 
2-4 
To do… 
Use the command… 
Remarks 
Return to the upper-level 
directory 
cdup 
Optional 
Display the current working 
directory of the remote SFTP 
server 
pwd 
Optional 
dir -a | -l ] [ remote-path ] 
Display files under a specified 
directory 
ls -a | -l ] [ remote-path ] 
Optional 
The dir command functions as 
the ls command. 
Change the name of a specified 
directory on the SFTP server 
rename oldname newname 
Optional 
Create a new directory on the 
remote SFTP server 
mkdir remote-path 
Optional 
Delete a directory from the 
SFTP server 
rmdir remote-path&<1-10> 
Optional 
 
Working with SFTP Files 
SFTP file operations include: 
Changing the name of a file 
Downloading a file 
Uploading a file 
Displaying a list of the files 
Deleting a file 
Follow these steps to work with SFTP files: 
To do… 
Use the command… 
Remarks 
Enter SFTP client view 
sftp [ ipv6 server 
port-number ] identity-key 
dsa rsa } | 
prefer-ctos-cipher { 3des | 
aes128 | des } | 
prefer-ctos-hmac { md5 | 
md5-96 sha1 | sha1-96 } | 
prefer-kex 
dh-group-exchange | 
dh-group1
 | dh-group14 } | 
prefer-stoc-cipher { 3des | 
aes128 | des } | 
prefer-stoc-hmac
 { md5 | 
md5-96 sha1 | sha1-96 } ] * 
Required 
Execute the command in user 
view. 
Change the name of a specified 
file or directory on the SFTP 
server 
rename old-name new-name 
Optional 
Download a file from the 
remote server and save it 
locally 
get remote-file local-file ] Optional 
Upload a local file to the remote 
SFTP server 
put local-file [ remote-file ] 
Optional