cryptomator / cli

Cryptomator Command-Line Interface
GNU Affero General Public License v3.0
278 stars 40 forks source link

Feature request: allow WebDAV URL as back-end #41

Open fancsali opened 3 years ago

fancsali commented 3 years ago

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)

overheadhunter commented 3 years ago

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.

fancsali commented 3 years ago

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 notifications@github.com 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 .