| Parameter | Description | Value |
|---|---|---|
command |
Specifies the FTP command. |
The value is a string of 1 to 16 characters. |
FTP commands supported by the FW are user, pass, cwd, cdup, quit, port, pasv, type, retr, stor, dele, rmd, mkd, pwd, list, nlst, syst, help, xcup, xcwd, xmkd, xpwd, and xrmd.
# Display the syntax of the user command.
<sysname> ftp 10.1.1.1 Trying 10.1.1.1... Press CTRL+K to abort Connected to 10.1.1.1. 220 FTP service ready. User (10.1.1.1: (none)):ftpuser 331 Password required for ftpuser Enter Password: 230 User logged in. [ftp] remotehelp user 214 Syntax: USER <sp> <username>.