Hi, here's my question/problem:
I have an ftp site where everyone uploads to a single directory, but they only have write, not read permissions, so that they cannot see anything else while uploading (it was not practical to create accounts for each user because of the frequency of changes, etc.) I have a single internal user who has full access to the top level ftp folder. If, however, the "upload" user creates a subdirectory, the "internal" user does not have permissions to modify this folder after downloading the data (i.e. to delete it).
What I need to know how to do is to make any subdirectories inherit the top-level folder permissions when they are created. Is this possible?
I have an ftp site where everyone uploads to a single directory, but they only have write, not read permissions, so that they cannot see anything else while uploading (it was not practical to create accounts for each user because of the frequency of changes, etc.) I have a single internal user who has full access to the top level ftp folder. If, however, the "upload" user creates a subdirectory, the "internal" user does not have permissions to modify this folder after downloading the data (i.e. to delete it).
What I need to know how to do is to make any subdirectories inherit the top-level folder permissions when they are created. Is this possible?