-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bandwidth limit? #7
Comments
This would be a nice feature, so any volunteer work on this topic is welcome. Without changing |
I think it would be as easy as adding "pv -R" into the pipe before invoking ssh, but to be honest I have no idea how to technically incorporate it into python's subprocess module. |
I don't think it is that easy, as there is the whole protocol of exchanging and comparing block checksums that needs to be reversed. Also, it is not obvious to me which parts of the code can be used for both directions, and which parts are specific for one direction. Anyway, feel free to give it a try. If it works, open a pull request. |
trickle might help here. I thought there were commandline options to |
To anyone involved in this issue, please see #16 "Future of bscp". |
Pull requests on this issue are still welcome. |
Any suggestion how one can limit bandwidth?
The text was updated successfully, but these errors were encountered: