My problem comes up when I am trying to setup an upload line for the cgi-bin
in the ftpaccess file.
upload * /webdocs/cgi-bin yes dirs 3755 - inherits the user and group
upload * /webdocs/cgi-bin yes * webauth 0755 dirs 3755 - inherits the user
but not the group.
I would like to set up the cgi-bin so that the user can upload files (0755)
and create directories (0755) and own them. This way I can easily add new
ftp accounts without having to manually modify directory permissions or
modify lines in the ftpaccess file.
drwxrwxr-x 3 root webauth 512 .
dr-xr-xr-x 7 root root 512 Feb ..
drwxrwxr-x 2 root webauth 512 cgi-bin
./cgi-bin:
drwxrwxr-x 2 root webauth 512 .
drwxrwxr-x 3 root webauth 512 ..
Also I need to keep the user from renaming or deleting the cgi-bin, I am
having a problem setting thoes permissions as well.
I hope that this make sence to whoever is reading this. I have tried all
kinds or work-arounds and I would appreciate any assistance.
Thanks,
Matt