According cu proftpd documentation this should limit upload file size to 5 MBytes to everyone excepting user crystal which is allowed to upload 100 MBytes.
Code:
# Restrict upload to only 3 megabytes
MaxStoreFileSize 5 Mb
MaxStoreFileSize 100 Mb user crystal
My Proftpd also restricts the user crystal to 5 Mb.
It seems the second line is not taken into consideration.
What did I do wrong here?
Thank you