Notes on Mounting Fygo NAS via WebDAV on Windows
You can mount Fygo NAS via WebDAV on Windows in either of these ways:
- Add a network location in File Explorer and enter the HTTP or HTTPS address. HTTP requires a registry modification to enable the service.
- Install a WebDAV-compatible file management client, such as RaiDrive, WinSCP, or FileZilla.
Enable HTTP
Windows does not support connecting to WebDAV services over HTTP by default. You need to modify the registry to enable it:
- Press Win + R to open the Run dialog, then enter
regeditto open Registry Editor.

- Copy the following path and paste into the address bar. Then press Enter.
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
- Find the
BasicAuthLevelentry, double-click it to open the value editor, change the value data to2, and click OK.

- Press Win + R to open the Run dialog, enter
services.msc, and click OK to open the Services window.

- Find
WebClient, right-click it, and select Restart.

File size exceeds limit
The default file size limit for Windows WebDAV transfers is 50 MB. You can adjust this limit by modifying the registry:
- Press Win + R to open the Run dialog, then enter
regeditto open Registry Editor.

- Copy and paste the following path into the address bar, then press Enter:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
- Find the
FileSizeLimitInBytesentry, double-click it to open the value editor, change the default value from2faf080(50000000in decimal) toffffffff(4294967295in decimal), and click OK to save. This increases the maximum WebDAV transfer size from 50 MB to 4 GB.

- Press Win + R to open the Run dialog, enter
services.msc, and click OK to open the Services window.

- Find
WebClient, right-click it, and select Restart.
