PDA

View Full Version : Directory Permissions


Unique
11-23-2003, 09:07 AM
Seems the dir always has to end with /* to work.
eg: MakeDir = /Requests/* 1M !*

Why not make it possible to use this too (just like in iozs):
MakeDir = /Requests/ 1M !*

This way the rule would only be used in /Requests/ and not any subdirs. So you dont need to add extra crap like
MakeDir = /Requests/*/* * to allow upping in subdirs.

Mouton
11-23-2003, 09:09 AM
but you wouldn't be able to use patern matching in those rules either... like Upload = *.something !*

Unique
11-23-2003, 09:12 AM
Well thats true i guess..
Maybe some other way to define file xs then?
Since its dir permissions it doesnt really make sense to have file permissions there too, i only found out bout those some month ago.
Maybe some extra column for file perm would be easier/clearer ?