Article Title: Use vsftp to limit the download speed and number of threads. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
I have always wanted to write a few more articles on linux servers, but I am too busy and have no time. Now I have finally made some time .... haha, next I will introduce how to use vsftp to build an ftp server, and demonstrate how to limit the download speed and thread count of "Local Users" and "Anonymous Users ,.... if you don't talk about it, the following is my topology:
1. Mount the CD and install the vsftp server package, as shown in:
2. Create a local user for testing, as shown in:
3. Edit the vsftp configuration file and add the following options at the end of the file: max_per_ip = 1
Local_max_rate = 100000
Anon_max_rate = 50000
Max_clients = 100
As shown in:
4. Start the Service, as shown in:
[1] [2] [3] Next page