Description
Please agree to the following
- I have searched existing issues for duplicates
- I agree to follow this project's Code of Conduct
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