Is it possible to throttle (limit) the download speed of wget or curl ?
Is it possible to change the throttle value while it is downloading ?
|
Is it possible to throttle (limit) the download speed of Is it possible to change the throttle value while it is downloading ? |
||||
|
Yes both wget and curl support limiting your download rate. Both options are directly mentioned in the man page. curl
E.g: wget
E.g: |
|||||||||||
|
|
You have to throttle the network-link that is being used for the transfer. |
|||||
|
SIGSTOPor ctrl+z and resume it later withSIGCONTor fg. This should pause the download process. – Ulrich Dangel May 23 '12 at 15:54