Problem setting rights STOR to user ?

Please post here if you have problems in using Wing FTP Server.
Post Reply
toky
Posts: 4
Joined: Thu May 27, 2010 8:40 am

Problem setting rights STOR to user ?

Post 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 ?
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Problem setting rights STOR to user ?

Post 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,
toky
Posts: 4
Joined: Thu May 27, 2010 8:40 am

Re: Problem setting rights STOR to user ?

Post by toky »

Thanks for your solution.
Post Reply