mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
28 lines
713 B
Plaintext
28 lines
713 B
Plaintext
|
|
==Command description==
|
||
|
|
This operation tests the connection between Aaru and the specified Aaru Remote Server.
|
||
|
|
|
||
|
|
==Command usage==
|
||
|
|
<code>Aaru -d [true/false] -v [true/false] remote -h [true/false] <host></code>
|
||
|
|
|
||
|
|
<code>-d, --debug [true/false]</code> shows debug output ''(default false)''<br />
|
||
|
|
<code>-v, --verbose [true/false]</code> shows verbose output ''(default false)''<br />
|
||
|
|
<code>-h, --help [true/false]</code> shows help screen for the command instead of running it, ignores all other switches ''(default false)''<br />
|
||
|
|
|
||
|
|
==Example==
|
||
|
|
<code>Aaru remote "IP address of host running Aaru Remote"</code>
|
||
|
|
|
||
|
|
==Operating system support==
|
||
|
|
{|
|
||
|
|
| FreeBSD
|
||
|
|
| Yes
|
||
|
|
|-
|
||
|
|
| macOS
|
||
|
|
| Yes
|
||
|
|
|-
|
||
|
|
| Linux
|
||
|
|
| Yes
|
||
|
|
|-
|
||
|
|
| Windows
|
||
|
|
| Yes
|
||
|
|
|}
|