I am Trying to configure ProFTPd to change group for newly created files/directories.
In my config I have this:
<Directory /home/*>
GroupOwner www
</Directory>
Which does not seem to work.
All users are added to www group.
Debug shows nothing regarding to a group change.
I'm using FREEBSD 9.0-release.
EDIT: I'm willing to try any other FTP server that makes this easier.
