The logonstring
argument sets the Server logon information in the format user:password@server:port
.
In the event that this argument is not passed the default will be batch:batch@localhost:5000
.
When specifying the password value, the following rules will apply to the interpretation of this value:
jsmith:-mypassword@server
).stdin
by prepending the password with a plus symbol (jsmith:+@server
).In the event that the password is all upper case and 32 characters in length, the password will be considered an MD5 hash of the password and passed to the server without subsequent MD5 hashing.
Connect to localhost
with User-ID batch, password in file c:\tapetrack\pw\batch
on port 5000.
-S localhost
Connect to tapetrack.gazillabyte.com
with User-ID jsmith and prompt for the password on port 443.
-S jsmith:+@tapetrack.gazillabyte.com:443
Connect to tapetrack.gazillabyte.com
with User-ID jsmith and password of mypassword on port 443.
-S jsmith:-mypassword@tapetrack.gazillabyte.com:443