3

With parameter --limit-rate=80k, downloading speed with wget can be limited in 80k/s.

url="http://caesar.acc.umu.se/debian-cd/current/amd64/iso-cd/debian-8.7.1-amd64-CD-1.iso"; wget --limit-rate=80k -c $url -O /tmp/debian.iso 

Now I want to control the download speed within 80k/s too in firefox. How to set a limit?

enter image description here

Can iptable or tc do the task?

1 Answer 1

3

use trickle

trickle -d 80 firefox 

or use flashgot, which can download files with wget.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.