Description:
Sets login password used to connect to the unit by ftp, web ui, or adtec api.
Form:
Command Handler: SYSD
SRVUSERPASSWORD|SPW|SW username [password]
Argument: password - Sets the password for the username.
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)
Examples:
Show SRVUSERPASSWORD
*.SYSD SRVUSERPASSWORD
Response is: OK\r\n
SvUserPassword= adtec,******
r\n
Set SRVUSERPASSWORD
*.SYSD SRVUSERPASSWORD adtec,mypass
Response is: OK\r\n
r\n
Notes:
The existing password is masked for security.
Only the "adtec" login is supported at this time.