curl --limit-rate 100k -o big.iso https://example.com/big.iso

Category: Web App Development

curl --limit-rate 100k -o big.iso https://example.com/big.iso

Throttle a download to test slow networks

Downloads the file while capping the transfer rate at 100 kilobytes per second. Simulating a slow connection reveals how your app behaves on mobile networks. The limit applies per transfer, so parallel downloads each get the full rate.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.