Re: [Ssh-sftp-perl-users] Net::SSH2 example
Brought to you by:
dbrobins
From: Rutger O. <ov...@us...> - 2006-02-13 20:36:46
|
BB> The problem is that once you read from the channel, you no longer seem to BB> be able to interact with it. So in the above code, you will see your BB> uptime and who output, but in the following, all you see is your uptime BB> output: Have you tried $chan->blocking(1); after the $chan->shell; call? |