Ticket #77 (closed enhancement: fixed)
Let folders respect "adjust file permissions" preference
| Reported by: | christh@… | Owned by: | dkocher |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | core | Version: | 2.5.3 |
| Severity: | normal | Keywords: | |
| Cc: | Platform: | ||
| Architecture: |
Description
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.
Change History
comment:2 Changed 5 years ago by tuupola@…
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.
comment:3 Changed 5 years ago by tuupola@…
To continue on this one. Directory permissions should be regarded not only when uploading directories but also when creating them with New Folder command.
comment:5 Changed 5 years ago by dkocher
- Status changed from assigned to closed
- Resolution set to fixed
comment:6 Changed 4 years ago by tuupola@…
- Status changed from closed to reopened
- Resolution fixed deleted
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.
comment:7 Changed 4 years ago by dkocher
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.
comment:8 Changed 4 years ago by tuupola@…
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.
Maybe I misunderstood something?
comment:9 Changed 4 years ago by dkocher
- Status changed from reopened to new
- Milestone changed from 2.5.5 to 2.5.6
comment:11 Changed 4 years ago by dkocher
- Status changed from assigned to closed
- Resolution set to fixed
- Milestone changed from 2.9 to 2.8
Fixed in r2871. Changes in Preferences.nib yet to be commited.
