FTPDATATIMEOUT FDO FU

Description:

  Displays or sets the maximum time in seconds that the FTP Client waits
  on inactivity with the remote system data connection during a file transfer.
  Default value is 45 seconds.

Form:

  Command Handler: SYSD
  FTPDATATIMEOUT|FDO|FU [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
             "FTPDataTimeout= <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 FTPDATATIMEOUT 45<enter>
     Response is: OK\r\n
                 \r\n

  Verbose command to show Local Media Directory setting:
  *.SYSD FTPDATATIMEOUT<enter>
     Response is: OK\r\n
                 FTPDataTimeout= 45\r\n
                 \r\n
 

Notes:

  Related commands: HOSTMODE, HOSTTIMER, HOSTIPADDRESS, MIRRORLISTFILE,
    CLTUSERPASSWORD, FTPTIMEOUT, DONOTREPLACEMPEG, FTPCLIENTPASV
Created By: Adtec Digital