To configure WebDAV, you need:
WebDAV URI
URI of the directory that can be accessed via the WebDAV protocol. This is usually not the URI of the directory that you see in the browser when you navigate the WebDAV folders online.
Using the example of Ionos HiDrive:
- The WebDAV Uri must look like this:
https://webdav.hidrive.ionos.com/users/YourUserNameAtIonos/TargetFolderName/ - For direct web access to these folders, the link looks different:
https://hidrive.ionos.com/#$/users/YourUsernameAtIonos/TargetFolderName/
portatour® automatically creates its own subfolders in these target folders. Files saved there must not be renamed nor moved. Otherwise, portatour® will no longer find the connection to these files.
WebDAV user name & WebDAV password
User name and password with which you can log in to the WebDAV server using DIGEST authentication via HTTPS.
You will find further information on the custom field of the type External file at External files.
Test the login details and URL with CURL:
curl -sSL -D - -X PROPFIND -u <user>:<pwd> <uri>