... |
... |
@@ -1,68 +1,39 @@ |
1 |
1 |
{{content/}} |
2 |
2 |
|
3 |
|
-{{info}}This feature requires an appropriate license.{{/info}} |
|
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 |
4 |
|
5 |
|
-{{version major="7" minor="1" /}} This feature is available starting with {{formcycle/}} version 7.1. |
6 |
|
- |
7 |
|
-The WebDAV connections menu lets you configure connections globally and reuse them later. For example, users can later select a WebDAV connection in the workflow action [[Save to WebDAV server>>doc:Formcycle.Designer.Workflow.Actions.SaveToWebDAV]] without having to be aware of the connection details. |
8 |
|
- |
9 |
9 |
{{figure image="webdav_overview_en.png" clear="h1"}} |
10 |
10 |
{{id name="fix_webdav_overview"/}} |
11 |
|
-Creating a WebDAV connection in {{formcycle/}}. (1) On the left is a list of existing WebDAV connections. (2) On the right, users can configure the selected WebDAV connection. |
|
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. |
12 |
12 |
{{/figure}} |
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. |
|
12 |
+* 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: |
|
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. |
19 |
19 |
|
20 |
|
-; WebDAV Server URL |
21 |
|
-: This consists of protocol, server, port and path. |
22 |
|
-; Read timeout |
23 |
|
-: Timeout in seconds for establishing a connection to the WebDAV server. |
24 |
|
-; Connection timeout |
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. |
|
21 |
+* After the WebDAV connection has been created, it appears in the left-hand panel (list) of connections. |
30 |
30 |
|
31 |
|
-=== WebDAV server URL === |
32 |
|
- |
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 |
|
- |
45 |
45 |
{{info}} |
46 |
|
-The server usually has the following structure: |
47 |
|
- |
48 |
|
-{{code language="none"}} |
49 |
|
-<subdomain>.<hostname>.<top-level> |
50 |
|
-{{/code}} |
51 |
|
- |
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. |
|
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. |
53 |
53 |
{{/info}} |
54 |
54 |
|
55 |
|
- |
56 |
|
-{{info}} |
57 |
|
-The characters reserved in URLs must be [[percent encoded>>https://en.wikipedia.org/wiki/Percent-encoding]], otherwise they will be replaced by an "_" (underscore). |
58 |
|
-{{/info}} |
59 |
|
- |
60 |
60 |
== Test WebDAV connection == |
61 |
61 |
|
62 |
|
-You can aslo check whether the entered connection data is valid. Click on the "Test Connection" button to check whether a connection to the WebDAV server can be established. If successful, all existing folders and files are displayed at the bottom. |
|
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. |
63 |
63 |
|
64 |
64 |
{{figure image="webdav_path_en.png" clear="h1"}} |
65 |
65 |
{{id name="fix_webdav_path"/}} |
66 |
|
-All available folders and files are shown when connection test was successful . Here a distinction is made between folders, which can be expanded, and files with different icons. |
|
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. |
67 |
67 |
{{/figure}} |
68 |
68 |
|
|
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 |
+ |