Changes for page WebDAV-Verbindungen


From version 4.1
edited by fse
on 27.07.2022, 12:07
Change comment: There is no comment for this version
To version 8.1
edited by fse
on 28.07.2022, 11:46
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,7 +9,7 @@
9 9  
10 10  == Create WebDAV connection ==
11 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"]]).
12 +* Open the "WebDAV Connections" module and click on the "New" button {{ficon name="plus-circle-outline"/}} in the list header.
13 13  * Assign any alias and an optional description.
14 14  * The following data is required for the WebDAV connection itself:
15 15  ** **Protocol**: **HTTP** and **HTTPS** are currently available.
... ... @@ -21,9 +21,19 @@
21 21  * After the WebDAV connection has been created, it appears in the left-hand panel (list) of connections.
22 22  
23 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.
24 +The basic URL of your provider usually has the following structure:
25 +
26 +{{code language="none"}}
27 +<subdomain>.<hostname>.<top-level>
28 +{{/code}}
29 +
30 +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 25  {{/info}}
26 26  
33 +{{info}}
34 +The characters reserved in URLs must be [[percent-encoded>>https://en.wikipedia.org/wiki/Percent-encoding]], otherwise they will be replaced by an "_" (underscore).
35 +{{/info}}
36 +
27 27  == Test WebDAV connection ==
28 28  
29 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.
... ... @@ -36,4 +36,3 @@
36 36  == Delete WebDAV connection ==
37 37  
38 38  A WebDAV connection can only be deleted {{ficon name="trash-alt2"/}} if it is no longer referenced by any action.
39 -