Changes between Initial Version and Version 5 of Ticket #5914
- Timestamp:
- Nov 15, 2011 6:59:52 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5914
- Property Status changed from new to closed
- Property Component changed from core to sftp
- Property Summary changed from cyberduck does not obey default linux ACL via sftp to Does not obey default linux ACL via sftp
- Property Milestone changed from to 4.1
- Property Owner set to dkocher
- Property Resolution changed from to worksforme
-
Ticket #5914 – Description
initial v5 3 3 One of the options provided by ACLs is the ability to set default permissions for all files and folders under a given path. 4 4 5 I have set up my ubuntu-10.04 server with a default ACL which should result in all files saved under the path to have the permissions rw-rw-r-- (664).5 I have set up my ubuntu-10.04 server with a default ACL which should result in all files saved under the path to have the permissions `rw-rw-r-- (664)`. 6 6 7 7 Other ftp clients, such as Filezilla, Transmit, and Fetch, properly create files that obey this default ACL. WinSCP does as well.