How can I do the individual user bandwidth control under proftp ftp server ? That's is similar in the Serv-U ftp server ?
For example
ftp://myftp.mydomain.com
Assume followings ftp accounts and restriction on each
ftp account: ftpuser1
max download speed is 100KB/s
max connections is 50
only 1 connection per ip
ftp account: ftpuser2
max download speed is 60KB/s
max connections is 100
only 2 connection per ip
How can I implement that in proftp server ?