With WebDAV access, access your virtual disk directly from your device (without a browser). Find your files hosted on eno directly in the file explorer on the most common operating systems.
WebDAV access is included in the Premium plan starting at 500 GB.
Server for global access (including calendar and contacts): https://dav.eno.one
Server for direct access (files only): https://dav.eno.one/files/your login ID/
User: your login ID
Password: your usual password
The wizard can help you set things up depending on your platform. Here are the procedures for the most commonly used OSes.
The folder appears on the Desktop or in Finder as a mounted volume.
Recommended method (davfs2 – permanent mount):
Install on Debian/Ubuntu:
sudo apt update && sudo apt install davfs2
Install on Fedora:
sudo dnf install davfs2
Create the mount point:
sudo mkdir /mnt/webdav
Mount manually:
sudo mount -t davfs https://example.com/dav/ /mnt/webdav
You will be prompted for the username and password.
For automatic mounting:
Add a line to /etc/fstab (after configuring ~/.davfs2/secrets for credentials):
https://dav.eno.onev/ /mnt/webdav davfs user,noauto,file_mode=600,dir_mode=700 0 0
Graphical alternative: Use Nautilus (GNOME) → Other Locations → enter the URL.
Best solution: DAVx⁵ (available on Google Play as a paid app and on F-Droid for free)
Simple alternatives: Cx File Explorer, Solid Explorer, or AnExplorer (built-in WebDAV support).
Best app: WebDAV Navigator (or WebDAV Nav+ without ads)
You can browse, download, upload, and edit files.
Other options: FileBrowser, Documents by Readdle, or Gabcloud.