|
@@ -0,0 +1,49 @@
|
|
1
|
+# How to use webdav from different OS ?
|
|
2
|
+
|
|
3
|
+## Windows
|
|
4
|
+
|
|
5
|
+### Windows 7
|
|
6
|
+
|
|
7
|
+- Open Start Menu.
|
|
8
|
+- Click on Computer.
|
|
9
|
+- click on "Map network drive".
|
|
10
|
+
|
|
11
|
+### Windows 8 and 10
|
|
12
|
+
|
|
13
|
+- Open File explorer.
|
|
14
|
+- Right click on "This PC" (left panel)
|
|
15
|
+- From the dropdown menu, select "Map network drive".
|
|
16
|
+
|
|
17
|
+### Map Network drive Windows:
|
|
18
|
+
|
|
19
|
+- Enter the address of webdav (you can find it in each workspace, under workspace details).
|
|
20
|
+- Check "Reconnect at sign-in" and "Connect using different credentials".
|
|
21
|
+- Click "Finish".
|
|
22
|
+- Your login/password will be ask. Use your Tracim credentials.
|
|
23
|
+- After that, your webdav access should be mounted.
|
|
24
|
+
|
|
25
|
+### Unsecure HTTP using Windows
|
|
26
|
+
|
|
27
|
+If you want to use webdav with tracim without https, you need to set Windows to accept basic auth in http.
|
|
28
|
+
|
|
29
|
+To enable it:
|
|
30
|
+- Launch regedit.
|
|
31
|
+- Go to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters\BasicAuthLevel".
|
|
32
|
+- set "BasicAuthLevel" to "2".
|
|
33
|
+
|
|
34
|
+## OSX
|
|
35
|
+
|
|
36
|
+- In the Finder, choose "Go > Connect to Server".
|
|
37
|
+- Enter the address of webdav (you can find it in each workspace, under workspace details). Click Connect.
|
|
38
|
+- Your login/password will be ask. Use your Tracim credentials.
|
|
39
|
+- After that, your webdav access should be mounted.
|
|
40
|
+
|
|
41
|
+## Linux
|
|
42
|
+
|
|
43
|
+### Gnome3 (nautilus)
|
|
44
|
+
|
|
45
|
+- Launch nautilus.
|
|
46
|
+- Show url bar : Ctrl+l.
|
|
47
|
+- Enter the address of webdav (you can find it in each workspace, under workspace details). Press Enter.
|
|
48
|
+- Your login/password will be ask. Use your Tracim credentials.
|
|
49
|
+- After that, your webdav access should be mounted.
|