3Com Switch 8800 Configuration Guide Chapter 50 SSH Terminal Service
50-21
Operation Command
directory ls [ remote-path ]
Create a new directory on the server mkdir remote-path
Delete a directory from the server rmdir remote-path
Note:
The dir command and the ls command have the same functionality.
IV. SFTP file operations
As shown in Table 50-24, available SFTP file operations include: change the name of a
file, download a file, upload a file, display the list of files, and delete a file.
Perform the following configuration in SFTP user view.
Table 50-24 SFTP file operations
Operation Command
Change the name of the specified file on
the server rename old-name new-name
Download a file from the remote server get remote-file [ local-file ]
Upload a local file to the remote server put local-file [ remote-file ]
dir [ remote-path ]
Display the list of files in the specified
directory ls [ remote-path ]
delete remote-file
Delete a file from the server remove remote-file
Note:
z The dir command and the ls command have the same functionality.
z The delete command and the remove command have the same functionality.
V. Displaying help information
Use this command to display command-relevant help information such as the format of
the command, parameter configurations, and so on.
Perform the following configuration in SFTP client view.