Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not obey default Linux ACL #5914

Closed
cyberduck opened this issue Apr 21, 2011 · 4 comments
Closed

Does not obey default Linux ACL #5914

cyberduck opened this issue Apr 21, 2011 · 4 comments
Assignees
Labels
bug sftp SFTP Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

27b0d3e created the issue

In addition to the standard rwx bits for files, most Unix systems now also support extended ACLs to provide finer granularity over filesystem permissions.

One of the options provided by ACLs is the ability to set default permissions for all files and folders under a given path.

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).

Other ftp clients, such as Filezilla, Transmit, and Fetch, properly create files that obey this default ACL. WinSCP does as well.

Cyberduck, however, does not obey the default ACL, even when "change permissions" is unchecked for file uploads.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

When Change Permissions is unchecked for uploads, the permission bits are not set for the file created on the remote host via SFTP therefore the default ACLs should apply. I cannot replicate this issue.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Milestone 4.0.3 deleted

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Reopening due to new report in #6193.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In c213c53.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug sftp SFTP Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

2 participants