Re: [Ssh-sftp-perl-users] Error message
Brought to you by:
dbrobins
From: Robert L. <rla...@ao...> - 2005-05-18 18:05:55
|
On Wed, May 18, 2005 at 09:14:52AM -0700, CG wrote: > Recently, I've been getting > > Deep recursion on subroutine Net::SSH::Perl::Packet::read_poll at > /usr/lib/perl5/site_perl/5.8.2/Net/SSH/Perl/Packet.pm line 100. > > when I attempt to transfer multiple large files using Net::SFTP... > > Any ideas off the bat? > This is a warning issued when a sub recurses more than 100 times. If you turn off warnings, it goes away. As to the cause, I bet that the client is having difficulty reading from the socket for long periods of time during the transfer. I haven't actually looked at the code. Rob -- Robert Landrum Systems Programmer |