help

Use help to display help information on the SFTP client.

Syntax

help

Views

SFTP client view

Predefined user roles

network-admin

network-operator

mdc-admin

mdc-operator

Usage guidelines

This command has the same function as entering the question mark (?).

Examples

# Display help information on the SFTP client.

sftp> help
Available commands:
  bye                          Quit sftp
  cd [path]                    Change remote directory to 'path'
  cdup                         Change remote directory to the parent directory
  delete path                  Delete remote file
  dir [-a|-l][path]            Display remote directory listing
       -a                        List all filenames
       -l                        List filename including the specific
                                 information of the file
  exit                         Quit sftp
  get remote-path [local-path] Download file
  help                         Display this help text
  ls [-a|-l][path]             Display remote directory
       -a                         List all filenames
       -l                         List filename including the specific
                                  information of the file
  mkdir path                   Create remote directory
  put local-path [remote-path] Upload file
  pwd                          Display remote working directory
  quit                         Quit sftp
  rename oldpath newpath       Rename remote file
  remove path                  Delete remote file
  rmdir path                   Delete remote empty directory
  ?                            Synonym for help