Use USBCLNCmd.exe console program to configure the program via command line interface.
Note: Command line USBCLNCmd.exe file is created during the program install. You can find it within USB over Network (Client) program folder.
| Key | Description |
|---|---|
| add [-a] <host> <port> | Add new USB over Network Server |
| del <host> <port> | Remove USB over Network Server |
| list [-a] | Display list of remote shared USB devices |
| connect <host>:[port]:<devId> | Connect USB device from specified USB over Network Server |
| autoconnect [-s] <host>:[port]:<devId> [1|0] | Enables or disables connection of selected USB device automatically when it becomes available on the Server. If the optional parameter "-same" is specified the "autoconnect" feature will be applied to all identical devices. |
| disconnect <host>:[port]:<devId> | Connect USB device from specified USB over Network Server |
| ssl use_trusted [=1|=0] | Gets, enables or disables using of trusted authority file |
| ssl trusted [path] | Path to the PEM-encoded trusted authority for the server |
| ssl use_cert [=1|=0] | Gets, enables or disables using of client authentication certificate file |
| ssl cert [path] | Path to the PEM-encoded authentication certificate for the client |
| ssl use_key [=1|=0] | Gets, enables or disables using of private key file |
| ssl key [path] | Path to the PEM-encoded private key file for the client |
| help | Show this help |
| Key | Description |
|---|---|
| USBCLNCmd.exe add 192.168.1.200 33000 | Add USB over Network Server |
| USBCLNCmd.exe list | Get list of servers |
| USBCLNCmd.exe list -a | Get list of remote shared USB devices |
| USBCLNCmd.exe connect 192.168.1.200:33000:0003 | Connect specified remote shared USB device |