I have a debian server at home using my personal internet connection (50 mbps up). I've set up a simple SFTP service with OpenSSH to share big files (10 Gb+) with multiple users.
Here's my problem : regarding bandwidth repartition, it's the jungle. I have users with standard ADSL connection, others with optic fiber connection, etc. Each user has a different download speed, and usually the largest download bandwidth wins.
I'd like to know if it's possible to divide my upload bandwidth "almost equally" between the users.
Ideally, each user would be able to download a file up to 50/n mbps (where n is the number of users connected).
Thank you very much for your help.