, 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
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
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
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"
[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
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
> 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
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