Re: Slow Transfer Rate using NET::FTP, and binary option.

2005-09-01 Thread Roger Ashby
    Wow, that was clear.  I meant to say there isn't a firewall between these two machines, but I tried this option anyway, just to be sure, to no avail. On 9/1/05, Roger Ashby <[EMAIL PROTECTED]> wrote: Sorry, I posted this to the wrongn place: > > > $ftp = Net::FTP->new("$rhost", Debug=>1, Pas

Re: Slow Transfer Rate using NET::FTP, and binary option.

2005-09-01 Thread Roger Ashby
Sorry, I posted this to the wrongn place: > > > $ftp = Net::FTP->new("$rhost", Debug=>1, Passive=>FTP_PASSIVE) or die > "Can't Connect: [EMAIL PROTECTED]";We these two machines live on the same VLAN, so there is no between them. However I did try this just to make sure, and it didn't resolve th

Re: Slow Transfer Rate using NET::FTP, and binary option.

2005-08-30 Thread $Bill Luebkert
Scott Leighton wrote: > On Tuesday 30 August 2005 1:33 pm, Roger Ashby wrote: > >>I'm probably replying to this correctly, but anyway here goes: >> >>I tried using just the client from the windows machine and the files >>transfer in a little over 20 seconds. The original script I wrote does a >>lo

Re: Slow Transfer Rate using NET::FTP, and binary option.

2005-08-30 Thread Scott Leighton
On Tuesday 30 August 2005 1:33 pm, Roger Ashby wrote: > I'm probably replying to this correctly, but anyway here goes: > > I tried using just the client from the windows machine and the files > transfer in a little over 20 seconds. The original script I wrote does a > lot of DB connections, so in a

Re: Slow Transfer Rate using NET::FTP, and binary option.

2005-08-30 Thread Roger Ashby
I'm probably replying to this correctly, but anyway here goes:    I tried using just the client from the windows machine and the files transfer in a little over 20 seconds.  The original script I wrote does a lot of DB connections, so in a effort to isolate the bottleneck I wrote a smaller scri

Re: Slow Transfer Rate using NET::FTP, and binary option.

2005-08-29 Thread Scott Leighton
On Monday 29 August 2005 12:49 pm, Roger Ashby wrote: > I've written a script that transfers a large number of image files, about > 20 to 30MB in size over to a Solaris server, and I've noticed that while > using the NET::FTP module on windows it takes about 4-6 minutes to transfer > each file, how

Slow Transfer Rate using NET::FTP, and binary option.

2005-08-29 Thread Roger Ashby
I've written a script that transfers a large number of image files, about 20 to 30MB in size over to a Solaris server, and I've noticed that while using the NET::FTP module on windows it takes about 4-6 minutes to transfer each file, however when I run the same code a Linux machine it takes only 20