Re: [Ssh-sftp-perl-users] SFTP.pm crash when sending 100 > files
Brought to you by:
dbrobins
From: Robert L. <rla...@ao...> - 2005-06-17 14:54:36
|
On Fri, Jun 17, 2005 at 02:23:45PM +0200, Marcel Siebers wrote: > When sending exactly 100 files the sftp.pm module is doing fine, but wh= en I try > to send 101 files or more it??s giving the following errors: >=20 > =A0 >=20 > Couldn't get handle: Failure at /usr/lib/perl5/site_perl/5.8.0/Net/SFTP= .pm line > 166. >=20 I'm no expert on SFTP, but this looks like a configuration problem on the server. The get_handle method (line ~150) is getting a response from the remote side and status isn't coming back correctly. =20 I'm afraid I can't be of anymore help. I've never used SFTP and never configured a daemon for it. You could try keeping track of the files sent, and closing and reopening the connection, as a workaround anyway. I bet that would solve the probl= em. Rob --=20 Robert Landrum Systems Programmer |