in reply to Re: net ssh loop
in thread net ssh loop
Hi, exactly same error happens with simpler code.
<code> my $ssh = Net::SSH::Perl->new($host); $ssh->login($user, $pass); my ($LS_OUT, $LS_ERR, $LS_EXIT) = $ssh->cmd('ls -la'); print "This is END where i want to see\n"; <code> _jho
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: net ssh loop
by salva (Canon) on Jul 21, 2010 at 12:47 UTC | |
by Anonymous Monk on Jul 27, 2010 at 10:44 UTC | |
|
Re^3: net ssh loop
by Anonymous Monk on Jul 21, 2010 at 12:03 UTC |