■ WebDAV Mount Procedure on Windows

  1. Open File Explorer.
  2. Right-click “PC” and select “Map network drive.”
  3. Select a drive letter (e.g., Z:).
  4. Enter the WebDAV address in the Folder field (e.g.:http://192.168.1.10:8080/).
  5. Check “Connect using different credentials.”
  6. Click “Finish.”
  7. Enter your username and password.
  8. Once the connection is complete, it will appear in File Explorer as a drive.

■ Steps to Remove the Size Limit

On Windows, the default settings prevent transferring files larger than 50MB. Use the following settings as needed.
  1. Press the Windows key + R .
  2. Enter “regedit” and run it.
  3. Open the following key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
  4. Double-click “FileSizeLimitInBytes”.
    If it does not exist, right-click → “New” → “DWORD (32-bit) Value” and create FileSizeLimitInBytes .
  5. Change Base to “Decimal.”
  6. Set the value (in bytes). Example:4294967295(maximum value).
  7. Click “OK.”
  8. Restart the PC.

If authentication to the WebDAV server fails after changing the password

Restart the PC or the WebClient service. You can restart the WebClient service using the steps below.
  1. Press the Windows key + R .
  2. Enter “services.msc” and run it.
  3. In the list of services, find “WebClient”.
  4. Right-click “WebClient.”
  5. Select “Restart.”
    (If Restart is not shown, click “Stop” → “Start” in order.)
  6. Make sure the service status is “Running.”