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

Different recursive permissions for directory and files #1787

Closed
cyberduck opened this issue Feb 20, 2008 · 3 comments
Closed

Different recursive permissions for directory and files #1787

cyberduck opened this issue Feb 20, 2008 · 3 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

gads created the issue

It would be great if I could set different permissions for directories and files during recursive update.

Example: I would set 777 for directories and 755 for files.

This feature could be enable by setting a check box, or something.

@cyberduck
Copy link
Collaborator Author

anonymous commented

It would be nice to have the execute bit only set for dirs and files that already have the x bit;
to have the behaviour of 'chmod a+rwX'
instead of the current 'chmod 777'

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 8004e5e. When modifying permissions recursively, only add the execute bits if the file is a directory or any of the execute/search bits are set in the original (unmodified) mode of the regular file.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Reverted in b27802c. See #9657.

@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.
Projects
None yet
Development

No branches or pull requests

2 participants