... |
... |
@@ -1,7 +1,5 @@ |
1 |
1 |
{{content/}} |
2 |
2 |
|
3 |
|
-{{version major="7" minor="1" /}} Diese Funktionalität ist verfügbar ab {{formcycle/}} Version 7.1 |
4 |
|
- |
5 |
5 |
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. |
6 |
6 |
|
7 |
7 |
{{figure image="webdav_overview_en.png" clear="h1"}} |
... |
... |
@@ -23,19 +23,9 @@ |
23 |
23 |
* After the WebDAV connection has been created, it appears in the left-hand panel (list) of connections. |
24 |
24 |
|
25 |
25 |
{{info}} |
26 |
|
-The basic URL of your provider usually has the following structure: |
27 |
|
- |
28 |
|
-{{code language="none"}} |
29 |
|
-<subdomain>.<hostname>.<top-level> |
30 |
|
-{{/code}} |
31 |
|
- |
32 |
|
-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. |
|
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. |
33 |
33 |
{{/info}} |
34 |
34 |
|
35 |
|
-{{info}} |
36 |
|
-The characters reserved in URLs must be [[percent-encoded>>https://en.wikipedia.org/wiki/Percent-encoding]], otherwise they will be replaced by an "_" (underscore). |
37 |
|
-{{/info}} |
38 |
|
- |
39 |
39 |
== Test WebDAV connection == |
40 |
40 |
|
41 |
41 |
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. |
... |
... |
@@ -48,3 +48,4 @@ |
48 |
48 |
== Delete WebDAV connection == |
49 |
49 |
|
50 |
50 |
A WebDAV connection can only be deleted {{ficon name="trash-alt2"/}} if it is no longer referenced by any action. |
|
39 |
+ |