remotehelp
Function
The remotehelp command displays the help information about an FTP command when the FTP client and server are connected.
Parameters
Parameter | Description | Value |
---|---|---|
command | Specifies the FTP command. | The value is a string of 1 to 16 characters. |
Usage Guidelines
You can run the remotehelp command to display the help information about an FTP command.
- The help information is provided by the remote server. Different remote servers may provide different help information for an FTP command.
The help information can be displayed for FTP commands user, pass, cwd, cdup, quit, port, pasv, type, retr, stor, dele, rmd, mkd, pwd, list, nlst, syst, help, xcup, xcwd, xmkd, xpwd, and xrmd.
Example
# Display the syntax of the command cdup.
<AC6605> ftp 10.137.217.201 Trying 10.137.217.201 ... Press CTRL+K to abort Connected to 10.137.217.201. 220 FTP service ready. User(10.137.217.201:(none)):huawei 331 Password required for huawei. Enter password: 230 User logged in.
[AC6605-ftp] remotehelp 214-The following commands are recogized(*=>'s unimplemented). USER PASS ACCT* CWD CDUP SMNT* QUIT REIN* PORT PASV TYPE STRU* MODE* RETR STOR STOU* APPE* ALLO* REST* RNFR* RNTO* ABOR* DELE RMD MKD PWD LIST NLST SITE* SYST STAT* HELP NOOP* XCUP XCWD XMKD XPWD XRMD 214 Direct comments to Huawei Tech. [AC6605-ftp] remotehelp cdup 214 Syntax: CDUP <change to parent directory>.