View Single Post
Old 05-15-2007, 10:32 AM  
Zer0Racer
Senior Member
 
Join Date: Oct 2002
Posts: 703
Default

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
Zer0Racer is offline   Reply With Quote