CLTUSERPASSWORD CPW CW

Description:

  Displays or sets the client FTP username and password.  A comma delineates
  the username and password.

Form:

  Command Handler: SYSD
  CLTUSERPASSWORD|CPW|CW
  Argument:     usernname,password Sets username and password.
  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
             "CltUserPassword=  <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 client username and password:
  *.SYSD CLTUSERPASSWORD adtec,none<enter>
     Response is: OK\r\n
                 \r\n

  Verbose command to show client username and password setting:
  *.SYSD CLTUSERPASSWORD<enter>
     Response is: OK\r\n
                 CltUserPassword=  adtec,none\r\n
                 \r\n
 

Notes:

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