giampaolo / pyftpdlib

Extremely fast and scalable Python FTP server library
MIT License
1.65k stars 265 forks source link

Question: limit Max upload/download speed for each user account #597

Closed honglei closed 1 year ago

honglei commented 1 year ago

like https://serverfault.com/questions/8439/limit-total-bandwidth-use-per-user

giampaolo commented 1 year ago

?!?

honglei commented 1 year ago

1)Max upload speed for user accounts Limits the maximum upload bandwidth shared between all sessions associated with an individual User account. Setting a limit of 0 KB/s means unlimited bandwidth.

2) Max download speed for user accounts Limits the maximum download bandwidth shared between all sessions associated with an individual user account. Setting a limit of 0 KB/s means unlimited bandwidth.