pyinfra
pyinfra copied to clipboard
Limit download rate
Is your feature request related to a problem? Please describe
Downloading files using the entire available bandwidth may lead to all sort of issues. When downloading large file, it could be the loss of the ssh connection or it could negatively affect some other process running.
Describe the solution you'd like
Allow file.download operation to accept a limit rate parameter that is forwarded to curl/wget.