Linux – How to limit ftp speed

bandwidthftplimitlinux

I have multiple users on a server. They upload and download their files through FTP. Sometimes some heavy transfer causes high load on the server. I am wondering, if there is any way to limit the ftp speed to avoid high load.

Any help would be much appreciated.

Best Answer

The keyword is bandwidth management and the Linux Kernel has direct support of it. I dealed with this long time ago and have forgotten much about that but there is a great online book that covers the topic extensively. It's called

To get a foretaste of what you want to achieve take a look at

Perhaps there are (software) servers which support bandwidth control directly!?


Supplement:

Related Question