HOSTMODE HOM HM

Description:

  Displays or changes the FTP mirroring mode.

Form:

  Command Handler: SYSD
  HOSTMODE|HOM|HM [ARGUMENT]
  Argument:
    Client        Traditional Network Client (Mirroring is OFF)
    MirrorList    Use an MIRRORLISTFILE to add/delete local files
    MirrorClient  Mirrors all files found on FTP server
    MirrorAdtec   Modified MirrorClient when the FTP server is another
                  Adtec unit
    MirrorClone   Like MirrorClient but will delete files not found on
                  server immediately
    CCMS          Perform CCMS MirrorList functions (DPI-1200 only).
  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
             "HostMode= <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 hosttimer:
  *.SYSD HOSTMODE MirrorList<enter>
     Response is: OK\r\n
                 \r\n

  Verbose command to show HOSTIPADDRESS setting:
  *.SYSD HOSTMODE<enter>
     Response is: OK\r\n
                 HostMode= MirrorList\r\n
                 \r\n
 

Notes:

  In MirrorList mode, the MIRRORLISTFILE is always downloaded first.

  A change to a mirror mode (MirrorList or MirrorClient) will change
  configuration, but mirroring will wait until HOSTTIMER expires
  before executing the desired hostmode.

  Unlike edje, Soloist2, Mirage, and Duet products, "client" mode still
  allows the FTP server to run.

  A drive space management system is based on HOSTMODE that will detect
  when there is about 200 Meg of free space and remove files until there
  is 300 Meg of free space.  In MirrorList, files not in the list but
  present on the system will be deleted to meet 300 Meg. In MirrorClient,
  oldest files found on the system will be removed to meet 300 Meg.
  Drive space is not checked in Client mode.

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