Re: Perl NET::FTP limitations

2005-12-01 Thread DZ-Jay
, 2005 10:24 PM To: activeperl@listserv.ActiveState.com Subject: Re: Perl NET::FTP limitations Mittal, Manish: Some of the files I am transferring are very small. I think because of that the perl FTP module over runs the capability of the IIS FTP server. The files I am referring here have size

RE: Perl NET::FTP limitations

2005-12-01 Thread Mittal, Manish
Subject: Re: Perl NET::FTP limitations Mittal, Manish: > Some of the files I am transferring are very small. I think because of > that the perl FTP module over runs the capability of the IIS FTP > server. The files I am referring here have size less than 1 kb and > there might be about

Re: Perl NET::FTP limitations

2005-11-30 Thread Dr.Ruud
Mittal, Manish: > Some of the files I am transferring are very small. I think because of > that the perl FTP module over runs the capability of the IIS FTP > server. The files I am referring here have size less than 1 kb and > there might be about 150 of them. Any thoughts? Put them in an archiv

Re: Perl NET::FTP limitations

2005-11-30 Thread $Bill Luebkert
Mittal, Manish wrote: > Here is a snippet. I introduced a 30ms delay and it seems work. But this > is not the best thing to do; especially in my case. I have commented out > the sleep part in the snippet. > > opendir DIR, $temp_local_dir; > $ftpobj -> cwd ("$server_root_dir/$DBNAME"

RE: Perl NET::FTP limitations

2005-11-30 Thread Mittal, Manish
[mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 7:08 PM To: Mittal, Manish Cc: activeperl@listserv.ActiveState.com Subject: Re: Perl NET::FTP limitations Mittal, Manish wrote: > Does anyone know of a limitation of the NET::FTP module? I am using this > module to copy about

Re: Perl NET::FTP limitations

2005-11-30 Thread $Bill Luebkert
Mittal, Manish wrote: > Does anyone know of a limitation of the NET::FTP module? I am using this > module to copy about 1 GB worth of data in about 1300 files. After > successfully transferring about 650 files, the transfer becomes > painfully slow (it takes about an hour for the rest and sometime

Re: Perl NET::FTP limitations

2005-11-30 Thread wix
> Does anyone know of a limitation of the NET::FTP module? I am using this > module to copy about 1 GB worth of data in about 1300 files. After > successfully transferring about 650 files, the transfer becomes > painfully slow (it takes about an hour for the rest and sometimes more) > It sounds lik

Perl NET::FTP limitations

2005-11-30 Thread Mittal, Manish
Does anyone know of a limitation of the NET::FTP module? I am using this module to copy about 1 GB worth of data in about 1300 files. After successfully transferring about 650 files, the transfer becomes painfully slow (it takes about an hour for the rest and sometimes more)   Some info t