WebDAS - Network Attached Storage
Connection Information
WebDAV URL
http://nas.neontus.fr/dav/
Connect from Windows
- Open File Explorer
- Right-click on "This PC" and select "Map network drive"
- Enter
http://nas.neontus.fr/dav/ as the folder
- Check "Connect using different credentials"
- Click "Finish" and enter your WebDAS username and password
Connect from Linux
- Install davfs2:
sudo apt install davfs2
- Create a mount point:
sudo mkdir /mnt/webdas
- Mount the WebDAV share:
sudo mount -t davfs http://nas.neontus.fr/dav /mnt/webdas
- Enter credentials when prompted