And for the upload dir it should be something like this:
Download = /upload/request.txt *
Download = /upload/* M !*
And if you don't want anyone (except M) deleting the stuff they upload in /upload/:
DeleteOwn = /upload/* M !*
You probably understand how it works now...
|