-
-
Notifications
You must be signed in to change notification settings - Fork 299
Let folders respect "adjust file permissions" preference #12026
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
Comments
This is a feature I would like to see too. I have an application which relies on specific directory permissions. Currently I need to cleanup after uploads using cronjob because manually changing the permissions is too much for some users. Having Cyberduck respect the default permissions for folders too would fix the problem. |
To continue on this one. Directory permissions should be regarded not only when uploading directories but also when creating them with New Folder command. |
Upgraded to Version 2.5.5 (1976) and does not work. I tried it against two different versions of ssh server. See the screenshot below. The folder test was uploaded and test2 was created with New folder command. They both have 755 permissions when they should be 775. I can change them manually to 775 via Info. http://www.appelsiini.net/~tuupola/bugs/cyberduck_folder.jpg How does Cyberduck try to preserve the permissions? First upload or create and then chmod? Is this a server issue or are other still experiencing the same? I reopen the ticket for now. |
The default permissions set in the preferences only apply to files but not folders. Auto-adjusting the permissions means that permissions will be 'copied' from the local files and folders. Probably one should open a new enhancement ticket to allow default permissions for folders as well. |
Ok. I thought this ticket was about that: -... and I want them and all subfolders' and all files' permissions to be whatever I have specified in the preference panel.* modest semi formal dresses plus size Maybe I misunderstood something? |
In the preferences, I set it to adjust file permissions on upload. This works fine on files. However, folders' permissions do not get changed. I generally upload entire folders, and I want them and all subfolders' and all files' permissions to be whatever I have specified in the preference panel.
The text was updated successfully, but these errors were encountered: