in reply to Re^2: Expect receives no output, when requested via HTML
in thread Expect receives no output, when requested via HTML
You launch ssh without an absolute path name.
Have you made sure that $ENV{PATH} is the same when run via the web server as when run via the console?
Have you inspected the error message you get? $exp->error() might provide more information...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Expect receives no output, when requested via HTML
by Clive89 (Initiate) on Nov 24, 2020 at 14:42 UTC | |
by Corion (Patriarch) on Nov 24, 2020 at 14:55 UTC |