... |
... |
@@ -1,39 +1,0 @@ |
1 |
|
-{{content/}} |
2 |
|
- |
3 |
|
-WebDAV connections pose a possibility to store connection data to different WebDAV providers at a single spot. The stored connection data can later be conveniently accessed in the action "Save with WebDAV" without all users having to know the access information. |
4 |
|
- |
5 |
|
-{{figure image="webdav_overview_en.png" clear="h1"}} |
6 |
|
-{{id name="fix_webdav_overview"/}} |
7 |
|
-Creating a WebDAV connection in {{formcycle case="dat"/}}. (1) On the left is a list of existing WebDAV connections. (2) On the right, users can configure the selected WebDAV connection. |
8 |
|
-{{/figure}} |
9 |
|
- |
10 |
|
-== Create WebDAV connection == |
11 |
|
- |
12 |
|
-* Open the "WebDAV Connections" module and click on the "New" button {{ficon name="plus-circle-outline"/}} in the list header (see [[Figure>>|anchor="fix_webdav_overview"]]). |
13 |
|
-* Assign any alias and an optional description. |
14 |
|
-* The following data is required for the WebDAV connection itself: |
15 |
|
-** **Protocol**: **HTTP** and **HTTPS** are currently available. |
16 |
|
-** **Base URL of the provider**: The address of your WebDAV provider. A path can already be attached here. |
17 |
|
-** **Port**: By default, port **80** is used for **HTTP** and **443** for **HTTPS**. If different, this must be specified here. |
18 |
|
-** **User name**: Username for the provider. |
19 |
|
-** **Password**: Password for the provider. |
20 |
|
- |
21 |
|
-* After the WebDAV connection has been created, it appears in the left-hand panel (list) of connections. |
22 |
|
- |
23 |
|
-{{info}} |
24 |
|
-The basic URL of your provider usually has the following structure: <subdomain>.<hostname>.<top-level>. However, some providers allow WebDAV access only in certain substructures. In addition, the HTTP PUT method must be supported. If you are unsure, please contact your provider. |
25 |
|
-{{/info}} |
26 |
|
- |
27 |
|
-== Test WebDAV connection == |
28 |
|
- |
29 |
|
-Before saving, you have the option to test the entered data. The "Test Connection" button checks whether a connection can be successfully established. In addition, the path structure of the provider is output. Afterwards, the URL can be specified accordingly. |
30 |
|
- |
31 |
|
-{{figure image="webdav_path_en.png" clear="h1"}} |
32 |
|
-{{id name="fix_webdav_path"/}} |
33 |
|
-This is how the path structure may look after a successful connection test. Here a distinction is made between folders, which can be expanded, and files with different icons. |
34 |
|
-{{/figure}} |
35 |
|
- |
36 |
|
-== Delete WebDAV connection == |
37 |
|
- |
38 |
|
-A WebDAV connection can only be deleted {{ficon name="trash-alt2"/}} if it is no longer referenced by any action. |
39 |
|
- |