Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script just doesnt work #3

Open
Fjox opened this issue Dec 1, 2024 · 0 comments
Open

script just doesnt work #3

Fjox opened this issue Dec 1, 2024 · 0 comments

Comments

@Fjox
Copy link

Fjox commented Dec 1, 2024

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant