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"
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") or die
"Cannot access this dire
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
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric S. Harris
Sent: Wednesday, November 30, 2005
4:24 PM
To: [EMAIL PROTECTED]
Cc:
activeperl@listserv.ActiveState.com
Subject: Re: Good Free Perl IDE?
After you've evaluated them all, could you
After you've evaluated them all, could you post a brief note listing
the ones you tested, indicating which one you chose, and why it was the
one you went with?
I'm considering PerlBuilder's IDE (which I used briefly a few years
back) but if there's something free that gives pretty much the sam