Description:
This command is used to show or set the cmd port that FTP server listens on.
Default is 21.
Form:
Command Handler: SYSD
FTPCMDPORT|FCP|FC [port]
Arguments: port to use.
Examples:
Show the configured cmd port:
Verbose:
*.SYSD FTPCMDPORT<enter>
Response is:
OK\r\n
FtpCmdPort= 21\r\n
\r\n
Terse:
*.SYSD FC<enter>
Response is:
0\r\n
21\r\n
\r\n
Set the configured cmd port:
Verbose:
*.SYSD FTPCMDPORT 21<enter>
Response is:
OK\r\n
\r\n
Terse:
*.SYSD FC 21<enter>
Response is:
0\r\n
\r\n
Notes: