233
Establish a
connection to
the remote IPv6
SFTP server
and 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 } ] *
Working with SFTP directories
SFTP directory operations include:
ï‚· Changing or displaying the current working directory
ï‚· Displaying files under a specified directory or the directory information
ï‚· Changing the name of a specified directory on the server
ï‚· Creating or deleting a directory
Follow these steps to work with the SFTP directories:
For more information, see
―Establishing a connection to the
SFTP server.‖
Required
Execute the command in user
view.
Change the working directory of
the remote SFTP server
Return to the upper-level directory
Display the current working
directory of the remote SFTP
server
Display files under a specified
directory
dir [ -a | -l ] [ remote-path ]
Optional
The dir command functions as the
ls command.
ls [ -a | -l ] [ remote-path ]
Change the name of a specified
directory on the SFTP server
Create a new directory on the
remote SFTP server
Delete one or more directories
from the SFTP server
Working with SFTP files
SFTP file operations include:
ï‚· Changing the name of a file
ï‚· Downloading a file
ï‚· Uploading a file