jbardin / scp.py

scp module for paramiko
Other
535 stars 137 forks source link

add limit bandwidth control #188

Closed hoffmanlucas closed 10 months ago

hoffmanlucas commented 10 months ago

Simply add the -l to the SCP command to limit the bandwidth when it is needed. The default is False, which does not affect the existing projects.

remram44 commented 10 months ago

Thanks, looks good