Changes for page WebDAV-Verbindungen


From version 8.12
edited by fse
on 23.08.2022, 11:09
Change comment: There is no comment for this version
To version 8.13
edited by fse
on 23.08.2022, 11:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -13,37 +13,46 @@
13 13  
14 14  == Create WebDAV connection ==
15 15  
16 -* Open the "WebDAV Connections" module and click on the "New" button {{ficon name="plus-circle-outline"/}} in the list header.
16 +* Open the "WebDAV connections" module and click on the "new" button {{ficon name="plus-circle-outline"/}} in the list header.
17 17  * Assign any alias and an optional description.
18 18  * The following data is required for the WebDAV connection itself:
19 19  
20 -; Protocol
21 -: Currently available protocols are //HTTP// (unencrypted) und //HTTPS// (encrypted). If the WebDAV server supports it, we recommend you use //HTTPS//.
22 -; Base URL of the provider
23 -: The address of the WebDAV server. You can also add a path to limit access to folders and files at that path.
24 -; Port
25 -: By default, port 80 is used for HTTP and 443 for HTTPS. If different, you must specify the port here.
26 -; User name
27 -: Username for the WebDAV server, if required.
28 -; Password
29 -: Password for the WebDAV server, if required.
20 +; WebDAV Server URL
21 +: This consists of protocol, server, port and path.
30 30  ; Read timeout
31 31  : Timeout in seconds for establishing a connection to the WebDAV server.
32 32  ; Connection timeout
33 -: Timeout in seconds for reading data from the WebDAV server (maximum allowed time between to data packets).
25 +: Timeout in seconds for reading data from the WebDAV server (maximum time allowed between two data packets).
26 +; User name
27 +: User name for the WebDAV server.
28 +; Password
29 +: Password for the WebDAV server.
34 34  
35 -After the WebDAV connection was created, it appears in list of connections to the left.
31 +=== WebDAV server URL ===
36 36  
33 +; Protocol
34 +: Currently, //HTTP// (unencrypted) and //HTTPS// (encrypted) are available. If the WebDAV server supports it, the use of //HTTPS// is recommended.
35 +; Server
36 +: The address of your WebDAV provider. A path can already be attached here so that later only access to this directory and subdirectories is possible.
37 +; Port
38 +: By default, port 80 is used for HTTP and 443 for HTTPS. If different, this must be specified here.
39 +; Path
40 +: Specify a subfolder to be used here.
41 +
42 +
43 +After the WebDAV connection has been created, it appears in the left-hand panel (list) of the connections.
44 +
37 37  {{info}}
38 -The base URL of a WebDAV servers usually has the following structure:
46 +The server usually has the following structure:
39 39  
40 40  {{code language="none"}}
41 41  <subdomain>.<hostname>.<top-level>
42 42  {{/code}}
43 43  
44 -However, some servers allow WebDAV access only in certain substructures. In addition, the HTTP PUT method must be supported. If you are unsure, please contact your provider.
52 +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.
45 45  {{/info}}
46 46  
55 +
47 47  {{info}}
48 48  The characters reserved in URLs must be [[percent encoded>>https://en.wikipedia.org/wiki/Percent-encoding]], otherwise they will be replaced by an "_" (underscore).
49 49  {{/info}}