PDA

View Full Version : Problem setting dir (with space) permissions


ThomasH
11-09-2003, 12:17 PM
I had some trouble with my virtuel dir rights settings:

MakeDir = /Finance adm/* =finadm 1MG !*

That one didn't work, it turned out that the space in the virtuel dir name caused the error.

I had to use:

MakeDir = /Finance_adm/* =finadm 1MG !*


It seems that the dir name is parsed a bit incorrectly.



Small thing, but I wanted to let you know, so you might get it fixed in the next version.

/ThomasH

Zer0Racer
11-09-2003, 01:23 PM
This is not a bug. If you use names with spaces you must use "dir name" so that the argument is read as one not two.