2
I have a setup where on the same local network I have Ubuntu 18.04 running Nextcloud on Nginx webserver and another machine that runs Windows 10. I want to add my Nextcloud webdav as a mapped network drive but when I do this I am getting errors:
Accessing the webdav URL locally via a web browser works, so I can access the webdav by using the following URL:
http://[LOCAL_URL]/remote.php/webdav/
It will ask for credentials and then display the following message:
This is the WebDAV interface. It can only be accessed by WebDAV clients such as the Nextcloud desktop sync client.
I have checked and WebClient is running as a Service. Why is this happening?