Comment configurer les permissions?
To enable a user to save documents into a folder and read them, but prevent them from changing or modifying those documents in anyway, you have to create three ACLs for that user.
They should include the follow:
ACL 1 - Folder (and subfolders) only - PERMIT Traverse Folder/Execute File, ListFolder/Read Data, Read Attributes, Read Extended Attributes, Create Files/Write Data, Read Permissions.
ACL 2 - Files Only - PERMIT Traverse Folder/Execute File, ListFolder/Read Data, Read Attributes, Read Extended Attributes, Read Permissions.
ACL 3 - Files Only - Deny Create Files/Write Data