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

Need Mount Point When Using WebDAV #81

Closed
2 tasks done
Ben02 opened this issue Dec 23, 2024 · 0 comments
Closed
2 tasks done

Need Mount Point When Using WebDAV #81

Ben02 opened this issue Dec 23, 2024 · 0 comments

Comments

@Ben02
Copy link

Ben02 commented Dec 23, 2024

Please agree to the following

Summary

The program asks for a mountpoint when I am trying to start a local WebDAV server, but it doesn't supports the "--mountPoint" flag.

What software is involved?

  • Operating System: Windows 10
  • Cryptomator CLI: 0.6.0

Volume Type

WebDAV (Windows Explorer)

Steps to Reproduce

.\cryptomator-cli unlock --password:stdin --mounter=org.cryptomator.frontend.webdav.mount.FallbackMounter E:\MyVault

Expected Behavior

WebDAV server starts

Actual Behavior

java.lang.RuntimeException: Unsupported configuration: Mounter org.cryptomator.frontend.webdav.mount.FallbackMounter requires a mount point. Use --mountPoint /path/to/mount/point to specify it.

I don't know what is a mount point for a WebDAV server, so I tried .\cryptomator-cli unlock --password:stdin --mounter=org.cryptomator.frontend.webdav.mount.FallbackMounter --mountPoint=Z:\ E:\MyVault.
The program throwed an error java.lang.RuntimeException: Unsupported configuration: Mounter 'org.cryptomator.frontend.webdav.mount.FallbackMounter' does not support flag --mountpoint

Reproducibility

Always

Relevant Log Output

No response

Anything else?

No response

@infeo infeo closed this as completed in b3e7a91 Jan 6, 2025
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

1 participant