DONOTREPLACEMPEG DNR DR

Description:

  This allows the mirror to be configured to
  not replace an MPEG file if it already exists on the unit, even if the date
  of the MEPG spot on the gateway is newer.

Form:

  Command Handler: SYSD
  DONOTREPLACEMPEG|DNR|DR [ARGUMENT]
  Argument:     YES - Mirroring will not replace MPEG after first download.
                NO - Mirroring does replace MPEG if needed (based on timestamp).
  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
             "DONOTREPLACEMPEG= <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 DoNotReplaceMpeg:
  *.SYSD DONOTREPLACEMPEG NO<enter>
     Response is: OK\r\n
                 \r\n

  Verbose command to show Local Media Directory setting:
  *.SYSD DONOTREPLACEMPEG<enter>
     Response is: OK\r\n
                 DoNotReplaceMpeg= NO\r\n
                 \r\n
 

Notes:

  For builds prior to July 2009, this configuration was not functional.

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