Re: [Ssh-sftp-perl-users] Net::SSH::Perl and eval problem
Brought to you by:
dbrobins
From: nadim <na...@kh...> - 2004-10-21 19:36:31
|
On Thursday 21 October 2004 20:56, Good Times wrote: > is it because of the 'local' and it's affect later on in the code? Exactly. When the SSH module tries to read from the socket, it waits for an EOF which is received 120 seconds later. I must have a timeout set to 2 minutes somewhere. My guess it that the connection is lost after that but the message says 'connected'. Cheers, Nadim. |