View Single Post
Old 05-15-2007, 11:00 AM  
IggyPop
Junior Member
 
Join Date: Apr 2007
Posts: 11
Default

Quote:
Originally Posted by Zer0Racer View Post
You can use the detailed vfs permissions in ioFTPD.ini for this. For example if you've mapped both groups homedirs to the same virtual name in their vfs:

Code:
[VFS]
MakeDir = /home/* *
Upload = /home/* *
Download = /home/* =groupB !=groupA !*
DeleteOwn = /home/* =groupB !=groupA !*
RenameOwn = /home/* =groupB !=groupA !*
But don't forget to always keep the default permissions at the bottom to not screw up the permissions for the rest of the site. Example:

Code:
Download = /home/* =groupB !=groupA !*
Download = * *
/ZR
Sweet, Zero, this looks exactly what i was looking for Thanks a bunch!

EDIT: There´s a few VFS sections through out the ioftpd.ini file, which one are you referring to in your answer? I guess it´s the one in the "Permissions" section, but better safe than sorry

Last edited by IggyPop; 05-15-2007 at 11:07 AM.
IggyPop is offline   Reply With Quote