Mounting Files.com via WebDAV on Linux
WebDAV is a good option for mounting Files.com as a drive on a Linux or other UNIX machine. The Files.com Desktop App is unfortunately not available on Linux, though support for Linux may be added in the future.
The instructions to mount Files.com on Linux differ depending on your Linux distribution.
GNOME (Nautilus)
To connect the Nautilus file manager to your Files.com site with WebDAV, use the path davs://SUBDOMAIN.files.com
, replacing SUBDOMAIN
with your Files.com subdomain.
KDE (Dolphin)
To connect the Dolphin file manager to your Files.com site with WebDAV, use the path webdavs://SUBDOMAIN.files.com
, replacing SUBDOMAIN
with your Files.com subdomain.
Command Line
First, please be aware that we strongly recommend using the Files Command Line Interface (CLI) app over WebDAV. It is considerably more performant.
That said, you can follow these steps to create a WebDAV mount from the Linux command line.
Install the davfs2
WebDAV filesystem driver if not already installed:
or:
Add yourself to the davfs2
group. You will need to log out and back in for this to take effect:
Create a files.com
directory in your home directory for the mount point, and .davfs2
directory for your personal configuration file:
Copy /etc/davfs2/secrets
to ~/.davfs2
, set yourself as the owner, and make the permissions read-write owner only:
Add your Files.com site URL and login credentials to the end of the secrets file:
Add the mount information to /etc/fstab
:
You should now be able to mount your Files.com site with WebDAV using this command: