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 user accounts #598

Closed honglei closed 1 day 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.

giampaolo commented 1 day ago

See: https://pyftpdlib.readthedocs.io/en/latest/tutorial.html#throttle-bandwidth.