in reply to Ways to limit bandwidth of downloads?

I haven't tried it, but using Net::FTP::Throttle instead of Net::FTP should be all you need. Another way could be to add traffic shaping to your kernel configuration, but that will surely be more work.

  • Comment on Re: Ways to limit bandwidth of downloads?

Replies are listed 'Best First'.
Re^2: Ways to limit bandwidth of downloads?
by Anonymous Monk on Apr 25, 2006 at 04:58 UTC
    it's implemented using "sleep .1". not good...