Use Wget Limiting Download Speed

Last Updated: Wed, July 27, 2022

When you want to limit the download speed to preserve resources for other tasks. You can limit the download speed by using the --limit-rate option followed by the maximum speed allowed in kiloBits per second and the letter k.

Download the favicon of vpsname.com with a speed of 15 kB/S.

wget --limit-rate 1k https://vpsname.com/favicon.ico

Limiting download speed

This is useful when you don't want Wget to consume the entire available bandwidth.


If you interest in my articles, please consider buying me a coffee.

Write Your Comment