HOSTIPADDRESS HIP HI

Description:

  The Host IP Address of the unit designates the server of the group. When the
  unit is set to mirror, this address tells the client where to look for new
  files.

Form:

  Command Handler: SYSD
  HOSTIPADDRESS|HIP|HI [ARGUMENT][:PORT]
  Argument:  Dotted quartet IP format.
  Port: Optional FTP connection port.  Default is 21.
  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
             "HostIpAddress= <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 Host IP address:
  *.SYSD HOSTIPADDRESS 192.168.10.48<enter>
     Response is: OK\r\n
                 \r\n

  Verbose command to set Host IP address and Port
  *.SYSD HOSTIPADDRESS 192.168.10.48<enter>
     Response is: OK\r\n
                 \r\n

  Verbose command to show Host IP address setting:
  *.SYSD HOSTIPADDRESS<enter>
     Response is: OK\r\n
                 HostIpAddress= 192.168.10.48\r\n
                 \r\n
  Verbose command to show Host IP address setting that has non-default port:
  *.SYSD HOSTIPADDRESS<enter>
     Response is: OK\r\n
                 HostIpAddress= 192.168.10.48\r\n
                 \r\n
 

Notes:

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