in reply to Re^2: Am I using Net::SSH2 the wrong way?
in thread Am I using Net::SSH2 the wrong way?

Net::SSH2 should be able to run the command. Problem is that getting it do it correctly may be a difficult task that is already solved in Net::SSH::Any.

You could use its source code (look for the __io3 function) for inspiration, though it is quite convoluted at that level because of all the extra features it supports.

  • Comment on Re^3: Am I using Net::SSH2 the wrong way?

Replies are listed 'Best First'.
Re^4: Am I using Net::SSH2 the wrong way?
by perl514 (Pilgrim) on Jan 18, 2013 at 18:25 UTC

    Hi Salva,

    Unfortunately, there's no way I can put Net::SSH::Any on my company's server. Net::SSH2 is the only go. Any help would be great...

    Perlpetually Indebted To PerlMonks

    use Learning::Perl; use Beginning::Perl::Ovid; print "Awesome Books";