[GH-ISSUE #3] script just doesnt work #1

Closed
opened 2026-02-27 06:06:52 +03:00 by kerem · 0 comments
Owner

Originally created by @Fjox on GitHub (Dec 1, 2024).
Original GitHub issue: https://github.com/ImKKingshuk/USBoverSSH/issues/3

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.
Originally created by @Fjox on GitHub (Dec 1, 2024). Original GitHub issue: https://github.com/ImKKingshuk/USBoverSSH/issues/3 whatever i add behind the command it will just show the same help page with all the errors ```Value of <HANDLE> construct can be "0"; test with defined() at F:\bin\USBoverSSH.pl line 128. 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. ```
kerem closed this issue 2026-02-27 06:06:52 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/USBoverSSH-ImKKingshuk#1
No description provided.