You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
whatever i add behind the command it will just show the same help page with all the errors
Name "main::DEBUG" used only once: possible typo at F:\bin\USBoverSSH.pl line 46.
******************************************
* USBoverSSH *
* USB & Remote Hosts Bridge Tool *
* v1.4.1 *
* ---------------------------- *
* by ImKKingshuk *
* Github- https://github.com/ImKKingshuk *
******************************************
Use of uninitialized value $ARGV[0] in pattern match (m//) at F:\bin\USBoverSSH.pl line 45.
Use of uninitialized value $ARGV[0] in string eq at F:\bin\USBoverSSH.pl line 48.
Use of uninitialized value $ARGV[0] in string eq at F:\bin\USBoverSSH.pl line 51.
Use of uninitialized value $ARGV[0] in string eq at F:\bin\USBoverSSH.pl line 54.
Use of uninitialized value $ARGV[0] in string eq at F:\bin\USBoverSSH.pl line 57.
Use of uninitialized value $ARGV[0] in string eq at F:\bin\USBoverSSH.pl line 60.
Use of uninitialized value $ARGV[0] in string eq at F:\bin\USBoverSSH.pl line 63.
Use of uninitialized value $ARGV[0] in string eq at F:\bin\USBoverSSH.pl line 66.
Usage:
F:\bin\USBoverSSH.pl USER@HOST DEV_PATTERN
Attach single device matching DEV_PATTERN from HOST
F:\bin\USBoverSSH.pl USER@HOST [list]
List devices from HOST
F:\bin\USBoverSSH.pl USER@HOST find DEV_PATTERN
Find single device matching DEV_PATTERN on HOST
F:\bin\USBoverSSH.pl unbind USER@HOST DEV_PATTERN
Unbind single device matching DEV_PATTERN from HOST
F:\bin\USBoverSSH.pl detach USER@HOST DEV_PATTERN
Detach single device matching DEV_PATTERN from HOST
F:\bin\USBoverSSH.pl keep USER@HOST ...
Same commands as above, but keep trying to connect to HOST
and to reconnect to it if the connection is broken
F:\bin\USBoverSSH.pl daemon USER@HOST ...
Same as 'keep' but detached from the tty and using syslog
for messages and errors
F:\bin\USBoverSSH.pl list
F:\bin\USBoverSSH.pl find DEV_PATTERN
Same commands as above on the local machine
DEV_PATTERN is as returned by the 'list' command: a busid like 3-3.1, a
vid:pid like 03f0:e111, or a pattern matching the vid:pid, the product name
or the serial number.
You can add command line options for ssh before USER@HOST.
at F:\bin\USBoverSSH.pl line 73.
The text was updated successfully, but these errors were encountered:
whatever i add behind the command it will just show the same help page with all the errors
The text was updated successfully, but these errors were encountered: