Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- USB Redirector for Linux v.3.4
- Usage:
- usbsrv <command>
- where <command> is one of the following:
- -s,-share <device>
- Share specified device.
- -t,-unshare <device>
- Unshare specified device.
- -addexclude <device>
- Add specified device to exclusion list.
- -remexclude <device>
- Remove specified device from exclusion list.
- -createcallback <address:port>
- Create callback connection to remote USB client.
- -closecallback <address:port> | <callbackid>
- Close callback connection to remote USB client.
- -l,-list [devices | clients]
- Display a list of all USB devices attached to USB server
- or a list of connected clients. Default is to display devices.
- -i,-info
- Display information about USB server state.
- -settcpport <port>
- Change TCP port number used to accept incoming connections.
- -autoshare on|off
- Enable or disable automatic sharing of USB devices.
- -nickname "<nickname>" <device>
- Set nickname for a device.
- Specify empty string to remove nickname.
- -timeout <value> <device>
- Set inactivity timeout for a device. Timeout value is in seconds.
- Set to zero to disable inactivity timeout.
- -version
- Display software version.
- <device> is <deviceid> | [-vid <vendorid>] [-pid <productid>] [-usbport <port>]
- [-serial <serial>] [-devname "<name>"]
- -vid Vendor ID of the USB device.
- -pid Product ID of the USB device.
- -usbport USB port number as displayed by -list command.
- -serial Serial number of USB device.
- -devname Device name as displayed by -list command.
- The name must be enclosed in double quotes.
- Examples:
- To share a device by vid, pid and port number:
- usbsrv -share -vid 0441 -pid 0012 -usbport 1-2
- To share a device by port number only:
- usbsrv -share -usbport 1-2
- To share a device by id:
- usbsrv -share 8
- To enable auto-sharing mode:
- usbsrv -autoshare on
- To create a callback connection to remote USB client:
- usbsrv -createcallback 192.168.0.10:32032
- To close a callback connection to remote USB client by id:
- usbsrv -closecallback 3
- Copyright 2007-2013 SimplyCore LLC - Leading USB Solutions
- This new unique software product allows to share any USB devices
- to use them over local network or Internet.
- http://www.incentivespro.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement