Description:
  Displays or sets the maximum time in seconds that the FTP Client waits for a
  response from the remote system. Default value is 4 seconds.
Form:
  Command Handler: SYSD
  FTPTIMEOUT|FTO|FO [ARGUMENT]
  Argument:     Time in seconds.
  No Argument:  Shows current setting.
Response:
  WITH ARGUMENT
    Verbose- "OK\r\n" to acknowledge receipt of command, or
             "ERROR- [Description]\r\n" if error, ending command
    Terse-   "0\r\n" to acknowledge receipt of command, or
             "[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
    "\r\n" concludes modify responses (empty line)
  WITHOUT ARGUMENT
    Verbose- "OK\r\n" to acknowledge receipt of command, followed by
             "FTPTimeout= <SETTING>\r\n", or
             "ERROR- [Description]\r\n" if error, ending command
    Terse-   "0\r\n" to acknowledge receipt of command, followed by
             "<SETTING>\r\n", or
             "[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
    "\r\n" concludes modify responses (empty line)
Examples:
  Verbose command to set Local Media Directory:
  *.SYSD FTPTIMEOUT 4<enter>
     Response is: OK\r\n
                 \r\n
  Verbose command to show Local Media Directory setting:
  *.SYSD FTPTIMEOUT<enter>
     Response is: OK\r\n
                 FTPTimeout= 4\r\n
                 \r\n
 
Notes:
  Related commands: HOSTMODE, HOSTTIMER, HOSTIPADDRESS, MIRRORLISTFILE,
    CLTUSERPASSWORD, FTPDATATIMEOUT, DONOTREPLACEMPEG, FTPCLIENTPASV