PDA

View Full Version : Multi VFS files


ThomasH
11-09-2003, 12:10 PM
I have a suggestion for using multipe vfs files.

I run a place were I currently have 8 different VFS files, to allow the various groups to have "private" sections.
But when I need to change locations of the files or perhaps move a section to anothe drive, I have 8 files to edit...

I would like to be able to give a user more than one vfs file, so I can give him, f.example:
1) General VFS - everything that is common to all
2) Group VFS - everything that is common to the group
3) Personal VFS - private dir on the server.


Perhaps it would then be posible to move some of the rights assigments into these vfs files, ie. letting the same entry in the group vfs overwrite the general vfs - with the difference that the general is read only but the group is write too.

I hope you can use my suggestion.

/Thomas

Zer0Racer edit: changed VSF to VFS, Virtual File System

Unique
11-09-2003, 02:16 PM
Just use site chattr for making private dirs. No need to use vfs for that.
Read documentation for further information:
http://www.ioftpd.com/documentation/03-vfs.php#private

ThomasH
11-09-2003, 02:24 PM
Sorry about my spelling error and thanx for changing it.


I had not thought of using the +h that way, but my suggestion is more for ease of changing layout of site, without having to edit a lot of files.

/ThomasH

dasOp
11-09-2003, 04:21 PM
Ease of use? As long as everyone uses the feature the way the author intends it.

But the problem with this is how to resolve path collisions. And if you suddenly get a vfs-raid for an incoming dir, scripts stop working and its not that easy to find out what's happenin.

Stop bein lazy ;)