|
proftpd: how to set MaxStoreFileSize to one user ?
hi,all:
i set "MaxStoreFileSize 20 Mb" on proftpd.conf, this parameter limit everyone to upload file less than 20M, but i want to permit one user "fred" can upload file size more than 20 Mb, how to set it ?
if i set:
MaxStoreFileSize 20 Mb
MaxStoreFileSize 100 Mb user fred
but they seem not work well for user fred. anyone can help me ?
|