in reply to Re^3: Net::FTP Upload much slower than Dos prompt command ftp
in thread Net::FTP Upload much slower than Dos prompt command ftp


Hi Everyone,

Thanks very much for yours input. I did try and found that adding BlockSize => 2518 (just right fit to 2 packets) and the Upload thruput of uploading 3mb now is around 82-94 sec, even better than Dos Prompt -

By the way, ActivePerl does not have NET::FTP::Throttle

Thanks!!!
  • Comment on Re^4: Net::FTP Upload much slower than Dos prompt command ftp

Replies are listed 'Best First'.
Re^5: Net::FTP Upload much slower than Dos prompt command ftp
by marto (Cardinal) on Jan 15, 2011 at 17:00 UTC

    You can install it via cpan, or add additional PPM repositories.

Re^5: Net::FTP Upload much slower than Dos prompt command ftp
by Anonymous Monk on Dec 08, 2015 at 22:49 UTC
    BlockSize => 2518 now its fast thanks for your post