cli icon indicating copy to clipboard operation
cli copied to clipboard

Feature request: allow WebDAV URL as back-end

Open fancsali opened this issue 3 years ago • 2 comments

For better inter-operability with tools like rclone it would be brilliant if alongside a directory as the vault path, one could specify a WebDAV url.

This would mean, one could use a combination of rclone and cryptomator-cli in limited environments, where a mount is not possible. (Perhaps foe permission reasons, or simply because of using something like Termux)

fancsali avatar Mar 05 '21 17:03 fancsali

This can be achieved by combining cloud-access-java with fuse-cloud-access-adapter and a little bit of glue code.

This bypasses local fs (except for some caching) and reads and writes directly from/to the cloud.

If you want a ready-to-use solution, on Windows and Mac there is Mountain Duck, but it is not CLI program.

overheadhunter avatar Mar 06 '21 17:03 overheadhunter

Well, the reason I was proposing this is to achive a fully CLI-based solution for things like Linux servers...

On Sat, 6 Mar 2021 at 17:36, Sebastian Stenzel [email protected] wrote:

This can be achieved by combining cloud-access-java https://github.com/cryptomator/cloud-access-java with fuse-cloud-access-adapter https://github.com/cryptomator/fuse-cloud-access-adapter and a little bit of glue code.

This bypasses local fs (except for some caching) and reads and writes directly from/to the cloud.

If you want a ready-to-use solution, on Windows and Mac there is Mountain Duck https://mountainduck.io, but it is not CLI program.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cryptomator/cli/issues/41#issuecomment-791996012, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMXX6APNF4ABSUGZL7JOPDTCJR3DANCNFSM4YVSXN6A .

fancsali avatar Mar 08 '21 12:03 fancsali