From b35c7c3b6c2c3b5cbb6742655294bf6dc8c1fc7a Mon Sep 17 00:00:00 2001 From: tonyriv3 <75626853+tonyriv3@users.noreply.github.com> Date: Thu, 26 Dec 2024 13:02:07 -0500 Subject: [PATCH] Update WebDAVShare.md --- content/CORETutorials/Sharing/WebDAVShare.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/CORETutorials/Sharing/WebDAVShare.md b/content/CORETutorials/Sharing/WebDAVShare.md index de8ca846d6..f114c0ba7a 100644 --- a/content/CORETutorials/Sharing/WebDAVShare.md +++ b/content/CORETutorials/Sharing/WebDAVShare.md @@ -62,3 +62,7 @@ Example: *https://10.2.1.1:8081/newdataset* When the **Authentication** WebDAV service option is configured to either **Basic** or **Digest**, a user name and password is required. Enter the user name **webdav** and the password defined in the WebDAV service. + +{{< hint type=note >}} +Depending on your webserver and client software, you might experience issues uploading files over 1 GB. +{{< /hint >}}