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 acls and Change permissions on upload settings always on #6193

Closed
cyberduck opened this issue Sep 2, 2011 · 1 comment
Closed
Assignees
Labels
bug duplicate sftp SFTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

mikeh created the issue

Hi,

I'd like to add to this ticket (#5914). I believe this issue reported originally still exists and I found another issue. I am too using

I did some testing with the Transfer->Permissions settings and these don't seem to work correctly either. If I uncheck Change permissions for uploads and put a file into my playground folder, it lands with rw-r--r-- (which is incorrect if you review my acl below). If I then check Change permissions for uploads, check the box for group write, then UNcheck change permissions again, the file lands with rw-rw-r-- (which I would still consider incorrect because I unchecked the box for Change permissions, why would it now land with rw-rw-r--?? FYI still incorrect per my acls).

# getfacl Playground/
# file: Playground/
# owner: mikeh
# group: 1testmike
user::rwx
group::rwx
other::---
default:user::rwx
default:user:mikeh:rwx
default:group::rwx
default:group:1testmike:rwx
default:mask::rwx
default:other::---

I think this issue needs to be revisted, as I tested OSx sftp and the file lands correctly per my acls... I also tested winscp and Fetch and work correctly for acls. Please let me know if you need more information to help resolve these issues.

Thanks.
-Mike

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Will reopen #5914 for this.

@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 duplicate sftp SFTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants