The help all command displays all the available commands in the SFTP client view.
The help command-name command displays the format of the specified command.
| Parameter | Description | Value |
|---|---|---|
all |
Displays all the commands in the SFTP client view. |
- |
command-name |
Specifies the command in the SFTP client view. |
- |
After a command is configured, online help on the SFTP client view is available. All commands can be displayed, or a specific format of selected commands can be displayed also.
# Display the format of the get command.
<sysname> system-view [sysname] sftp 10.1.1.1 Please input the username:client001 Trying 10.1.1.1 ... Press CTRL+K to abort Enter password: sftp-client> help get get Remote file name STRING<1-64> [Local file name STRING<1-64>] Download file Default local file name is the same with remote file
# Display all the commands in the SFTP client view.
sftp-client> help all cd cdup dir get help ls mkdir put pwd quit rename remove rmdir