Increase WebDAV file size limit on Windows
WebDAV size limit
By default, WebDAV size on Windows Explorer are limited to only 50MB and will encounter error 0x800700DF because of the limited size. So here is the guide how to increase the limit to maximum 4GB.
Edit the Regedit Entry
- Find the key under
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
. - Double-click or create
FileSizeLimitInBytes
and set the hexadecimal value toFFFFFFFF
which is maximum 4GB limit. - Restart Windows.
Source
This post is licensed under CC BY 4.0 by the author.