Hello, I have a customer who has requested 130 FTP accounts and wants to know how many concurrent NON ANONYMOUS connections I can guarantee.
So, I need to I limit maximum concurrent logged FTP users for a specific domain.
Although in /etc/proftpd.conf MaxClients is set to 10, this value is commented as:
In fact, at the moment maximum concurrent logged FTP users for that account is set to 3.
What number of concurrent connections would you recommend I guarantee and how can I change that? 10? 20?
I do not want to have any bandwidth congestion on the server...
Imagine if say 10 concurrent connections used a 4Mbit connection with 512K upload.... would't that reduce the server to crawl on the floor?
Please give me some answers and advice.
Thanks!
So, I need to I limit maximum concurrent logged FTP users for a specific domain.
Although in /etc/proftpd.conf MaxClients is set to 10, this value is commented as:
so I presume that it limits anonymous logins only.# Limit the maximum number of anonymous logins
MaxClients 10
In fact, at the moment maximum concurrent logged FTP users for that account is set to 3.
What number of concurrent connections would you recommend I guarantee and how can I change that? 10? 20?
I do not want to have any bandwidth congestion on the server...
Imagine if say 10 concurrent connections used a 4Mbit connection with 512K upload.... would't that reduce the server to crawl on the floor?
Please give me some answers and advice.
Thanks!