I want to upload files with a user that is in the same user group as the receiving applications user (say ftpuser and applicationuser).
When I upload the file it obviously is owned by the ftpuser. No problems here. the bad thing is that the permissions is 755 (rwxr-xr-x) and I would like to have other permissions (namely rw-rw-r-- or possibly rwxrwxr-x). The reason for this of course being that I want to give permission for the users in the same user group to update and delete the file (in this case the applicationuser)
How can I do this?
Regards,
Henrik