in reply to Re: Net::SSH2 Interactive command example
in thread Net::SSH2 Interactive command example
$chan2 = $ssh2->channel(); $chan2->blocking(0); print $chan2 "tail -5 /var/log/authlog\n"; print "**$_" while <$chan2>;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Net::SSH2 Interactive command example
by iguanodon (Priest) on Apr 18, 2008 at 19:18 UTC | |
|
Re^3: Net::SSH2 Interactive command example
by delirium_az (Initiate) on Jul 30, 2008 at 01:00 UTC |