Command Line Utility
Run the command line utility:
$ /opt/ftvusbnet/bin/ftvusbnetctl <command>
To see the list of all supported commands, run:
$ /opt/ftvusbnet/bin/ftvusbnetctl help
To add the server:
$ /opt/ftvusbnet/bin/ftvusbnetctl server add 10.0.0.185
To see the list of the servers and devices:
$ /opt/ftvusbnet/bin/ftvusbnetctl show 10.0.0.185:33000 - connected (2/2) 0105 - 046d:c045:2730 - avail - USB Optical Mouse (1-1) 0107 - 0457:0151:0100 - avail - USB Mass Storage Device (2-1, 83b0cc764a50a1)
To connect a device:
$ /opt/ftvusbnet/bin/ftvusbnetctl device connect 10.0.0.185 0107
To disconnect a device:
$ /opt/ftvusbnet/bin/ftvusbnetctl device disconnect 10.0.0.185 0107