Hi,
I have a photocopier that I want to scan to my DNS-323 (via FTP), and I want to be able to access the scans (via SMB)
So I've created a user called "scanner" which is a member of the "users" group. This created a folder called "scanner" and I've set the permissions on that folder to:
rwxrwx---
Because I want the "scanner" user to read, write, and execute and I want other users in the "users" group to be able to read, write and execute (via SMB), but I don't want anyone else having access.
I then enabled FTP, and enabled: "Restrict Folders", "Writeable folders", and disallowed all other users except "scanner".
I am able to upload and download files to the scanner folder using the scanner user (via FTP), and I'm able to browse the folder with other users using SMB. However I'm not able to open or delete/modify files with the other users... I get an "Access Denied" error.
When I look at the files I've uploaded (in Filezilla) and look at the permissions.... I see: -rw-------
I see the same permissions for the FTP uploaded file when I SSH in and do a ls -l in my /home/scanner directory.
How can I configure things so that any file that is uploaded to the "scanner" folder (via FTP) inherits the folder permissions of: rwxrwx---???
Thank you.