You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> On macOS, the path to the binary is `cryptomator-cli.app/Contents/MacOS/cryptomator-cli`
25
27
26
28
To unmount, send a SIGTERM signal to the process, e.g. by pressing CTRL+C (macOS: CMD+C) in the terminal.
27
29
@@ -40,15 +42,15 @@ These are:
40
42
41
43
As a fallback, you can [skip filesystem integration](README.md#skip-filesystem-integration) by using WebDAV.
42
44
43
-
## Selecting the Mounter
45
+
###Selecting the Mounter
44
46
45
47
To list all available mounters, use the `list-mounters` subcommand:
46
48
```shell
47
49
cryptomator-cli list-mounters
48
50
```
49
51
Pick one from the printed list and use it as input for the `--mounter` option.
50
52
51
-
## Skip Filesystem Integration
53
+
###Skip Filesystem Integration
52
54
53
55
If you don't want a direct integration in the OS, choose `org.cryptomator.frontend.webdav.mount.FallbackMounter` for `--mounter`.
54
56
It starts a local WebDAV server, where you can access the vault with any WebDAV client or mounting it into your filesystem manually.
@@ -57,15 +59,15 @@ It starts a local WebDAV server, where you can access the vault with any WebDAV
57
59
> The WebDAV protocol is supported by all major OSses. Hence, if other mounters fail or show errors when accessing the vault content, you can always use the legacy WebDAV option.
58
60
> WebDAV is not the default, because it has a low performance and might have OS dependent restrictions (e.g. maximum file size of 4GB on Windows)
59
61
60
-
### Windows via Windows Explorer
62
+
####Windows via Windows Explorer
61
63
62
64
Open the File Explorer, right click on "This PC" and click on the menu item "Map network drive...".
63
65
64
66
1. In the Drive list, select a drive letter. (Any available letter will do.)
65
67
2. In the Folder box, enter the URL logged by the Cryptomator CLI application.
66
68
3. Select Finish.
67
69
68
-
### Linux via davfs2
70
+
####Linux via davfs2
69
71
70
72
First, you need to create a mount point for your vault:
0 commit comments