cli:server_argument
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cli:server_argument [2017/06/07 17:36] – Gerard Nicol | cli:server_argument [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Command Line Server Argument ====== | ====== Command Line Server Argument ====== | ||
| - | The logonstring argument sets the Server logon information in the format '' | + | The '' |
| - | In the event that this argument is not passed the default will be **batch: | + | In the event that this argument is not passed the default will be '' |
| - | By default the password value will be treated as the path to a file which contains a single record | + | ===== Password interpretation ===== |
| - | representing the password, rather than the password itself. | + | |
| - | If you wish the password value to be the literal password (rather than a file) the password should be | + | When specifying |
| - | prepended with a dash (fred:-fredspassword@server). | + | |
| - | You can also have the program read the password as the first record of '' | + | * By default the password value will be treated as the path to a file which contains a single record representing the password, rather than the password itself. |
| - | password with a plus symbol (fred:+@server). | + | * If you wish the password value to be the literal password (rather than a file) the password should be prepended with a dash ('' |
| + | * You can also have the program read the password as the first record of '' | ||
| In the event that the password is all upper case and 32 characters in length, the password will be | 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. | considered an MD5 hash of the password and passed to the server without subsequent MD5 hashing. | ||
| + | |||
| + | ===== Environmental Variables ===== | ||
| + | |||
| + | * [[variable: | ||
| + | * [[variable: | ||
| + | * [[variable: | ||
| + | * [[variable: | ||
| + | * [[variable: | ||
| + | |||
| ===== Examples ===== | ===== Examples ===== | ||
| + | Connect to '' | ||
| + | |||
| + | <code plain;> | ||
| + | -S localhost | ||
| + | </ | ||
| + | |||
| + | Connect to '' | ||
| + | |||
| + | <code plain;> | ||
| + | -S jsmith: | ||
| + | </ | ||
| + | |||
| + | Connect to '' | ||
| + | |||
| + | <code plain;> | ||
| + | -S jsmith: | ||
| + | </ | ||
cli/server_argument.1496856987.txt.gz · Last modified: 2025/01/21 22:07 (external edit)
