help

Use help to display all commands supported by an FTP client.

Use help command-name to display the help information of a specific command.

Syntax

help [ command-name ]

Views

FTP client view

Predefined user roles

network-admin

mdc-admin

Parameters

command-name: Specifies a command supported by the FTP client.

Usage guidelines

In FTP client view, executing the help command is the same as entering?.

Examples

# Display all commands supported by the FTP client.

ftp> help
Commands may be abbreviated.  Commands are:

append           delete          ls              quit            rmdir          
ascii            debug           mkdir           reget           status         
binary           dir             newer           rstatus         system         
bye              disconnect      open            rhelp           user           
cd               get             passive         rename          verbose        
cdup             help            put             reset           ?              
close            lcd             pwd             restart

# Display the help information for the dir command.

ftp> help dir
dir              list contents of remote directory

Related commands

?