beautypg.com

Working with sftp files – H3C Technologies H3C S7500E Series Switches User Manual

Page 234

background image

12-4

To do…

Use the command…

Remarks

Enter SFTP client view

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

cd [ remote-path ]

Optional

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 one or more directories

from the SFTP server

rmdir remote-path&<1-10>

Optional

Working with SFTP Files

SFTP file operations include:

z

Changing the name of a file

z

Downloading a file

z

Uploading a file

z

Displaying a list of the files

z

Deleting a file

Follow these steps to work with SFTP files:

To do…

Use the command…

Remarks

Enter SFTP client view

For more information, see

Establishing a Connection to the

SFTP Server

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