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

Let folders respect "adjust file permissions" preference #12026

Closed
cyberduck opened this issue Jan 4, 2006 · 6 comments
Closed

Let folders respect "adjust file permissions" preference #12026

cyberduck opened this issue Jan 4, 2006 · 6 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

b425238 created the issue

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.

@cyberduck
Copy link
Collaborator Author

53b1da3 commented

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.

@cyberduck
Copy link
Collaborator Author

53b1da3 commented

To continue on this one. Directory permissions should be regarded not only when uploading directories but also when creating them with New Folder command.

@cyberduck
Copy link
Collaborator Author

53b1da3 commented

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.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

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.

@cyberduck
Copy link
Collaborator Author

53b1da3 commented

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?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Fixed in c6c63d4. Changes in Preferences.nib yet to be commited.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants