in reply to Net::SSH::Perl trouble from withing PHP

If it works fine from the command line but doesn't work when PHP calls it, I suspect this is more of a PHP question.

Off hand I don't see anything wrong with the perl part of this.

You might want to check out:
http://pecl.php.net/package/ssh2

It looks like it should give PHP some more functionality.

  • Comment on Re: Net::SSH::Perl trouble from withing PHP

Replies are listed 'Best First'.
Re^2: Net::SSH::Perl trouble from withing PHP
by simonm (Vicar) on Jan 07, 2005 at 22:01 UTC
    I think it's less of a PHP question per se, but rather a generic inter-process server environment issue, along the lines of dws's suggestion above.