nwebdav
nwebdav copied to clipboard
Maximum size of attributes
Hi Ramon,
When PROPFIND returns a large number of files (thousands), the Windows 10 WebDAV client doesn't display the folder.
The workaround is to increase FileAttributesLimitInBytes registry setting from 1,000,000 bytes to something larger. But admin rights are required because the setting is in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
Do you know if the WebDAV standard supports sending back responses in smaller chunks?
As a last resort, I'll have to create a number of virtual subfolders, eg:
0 - 1,000
1,000 - 2,000
2,000 - 3,000
Thanks! Fidel