Skip to content
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

Add support to limit bandwidth #14

Closed
brunoxghx opened this issue Apr 9, 2024 · 4 comments
Closed

Add support to limit bandwidth #14

brunoxghx opened this issue Apr 9, 2024 · 4 comments

Comments

@brunoxghx
Copy link

Hello,

I would like to run multiple mscp concurrently and control the bandwith limit on each transfer started. mscp is too fast for some links and use case.

Similar to rsync --bwlimit or scp -l

Thanks
Bruno

@brunoxghx brunoxghx changed the title Add support to limit bandwith Add support to limit bandwidth Apr 9, 2024
upa added a commit that referenced this issue Apr 10, 2024
upa added a commit that referenced this issue Apr 10, 2024
upa added a commit that referenced this issue Apr 10, 2024
@upa
Copy link
Owner

upa commented Apr 10, 2024

Hi,

-L LIMIT_BITRATE option is added to dev branch.

~/w/c/m/build > ./mscp -L 100m 100mg.img localhost:
[============================================] 100% 100.0MB/100.0MB   11.9MB/s  00:09

It will be included in the next release.

@brunoxghx
Copy link
Author

Wow, impressive! Thanks for completing that quickly. Will try it.

@brunoxghx
Copy link
Author

Tested from dev branch, seems to be working fine. Thanks again.

@upa
Copy link
Owner

upa commented Apr 15, 2024

mscp v0.2.0 including the limit bitrate feature is released.

@upa upa closed this as completed Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants