Page 1 of 1

Problem setting rights STOR to user ?

Posted: Thu May 27, 2010 9:39 am
by toky
Hi,

We have 2 directories under the root directory.
The configuration of directory is :
/
/bde
/bhs

- user is BHS

We want to set the configuration below :
1. The user BHS cannot Delete/Store files under the root directory and cannot CREATE/DELETE directories.
2. The user BHS can read/delete files under the directory /bde
3. The user BHS can STOR files under the directory /bhs


How can we do it ?

Re: Problem setting rights STOR to user ?

Posted: Thu May 27, 2010 10:56 am
by FTP
Hi,

Suppose the configuration of your directory is like this:
/
/bde --dir
/bhs --dir
/otherdir1 --dir
/otherdir2 --dir
/file1.txt --file
/file2.txt --file

To realize the configuration described in your letter, first you need to change the configuration of your directory as below:
/
/homedir --dir
/homedir/otherdir1 --dir
/homedir/otherdir2 --dir
/homedir/file1.txt --file
/homedir/file2.txt --file
/bde --dir
/bhs --dir

Then set directory "homedir" as user BHS's home directory and set the attribute as you like.
After that, add directory "bde" and "bhs" to user BHS as the virtual directories, and set attribute for each alone.
The result will be like:
Directory Virtual Path Attributes
/homedir / H R L
/bde bde RD L
/bhs bhs RW L

Hope this will be helpful.

Regards,

Re: Problem setting rights STOR to user ?

Posted: Tue Jun 01, 2010 3:21 pm
by toky
Thanks for your solution.