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

File operations from/to pCloud to Crypto Folder #16

Open
mathieucarbou opened this issue Mar 10, 2020 · 3 comments
Open

File operations from/to pCloud to Crypto Folder #16

mathieucarbou opened this issue Mar 10, 2020 · 3 comments

Comments

@mathieucarbou
Copy link

Please see this ticket that I have opened: rclone/rclone#4053

I would like to be able to do some file operations from/to encrypted folder.

Use case is that I have plenty of files I would like to move but I do not want to re-upload them.

Also, I would like to do that through rclone, which is using the REST API I think.

@elanoism
Copy link
Collaborator

Since this involves client side encryption, anything going in and out of "Crypto Folder" (from and to normal folder) requires an upload. Also encryption.

@mathieucarbou
Copy link
Author

Good point... So that means if rclone was to provide a move operation, it would need download, then upload then remove. This is acceptable even if slower if the user wants that.

The thing is that right now, I don't think this is even possible to do that ?

Rclone sees everything as encrypted. Is there some API somewhere that would allow file i/o operations on encrypted folder, by asking the user for the the password ?

@aperkaz
Copy link

aperkaz commented Jun 8, 2021

@mathieucarbou I have the same use case, I want to use r-sync (or similar) to backup pcloud encrypted vaul to my local file system.
Is there a way, perhaps using the sdk API?

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

No branches or pull requests

3 participants