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

3 simple questions about renaming files/folders #10831

Closed
cyberduck opened this issue Oct 5, 2019 · 1 comment
Closed

3 simple questions about renaming files/folders #10831

cyberduck opened this issue Oct 5, 2019 · 1 comment

Comments

@cyberduck
Copy link
Collaborator

ef2996d created the issue

I am unsure how Cyberduck implements renaming. 3 questions:

  1. rename file: is the object simply renamed, or is it copied to the new name and the original deleted?

  2. rename folder: same question ... plus, if copy/delete, does this rewrite all the files in the folder into the new folder?

  3. rename Cryptomator vault: same question, though Renaming vault decrypts all files prior rename #10131 (almost 2 years old) seems to indicate that all contained files are decrypted and moved into an unencrypted folder. Is this accurate/reproduced?

Thanks

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Files and folders are renamed if the protocol supports such operations such as SFTP or WebDAV. When a rename operation is not supported we copy and and then delete the origin file. This is the case for S3. In these cases we have to recursively copy containing files when renaming a folder.

Issue #10131 is still open.

@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

1 participant