mount.davfs

mount a WebDAV resource as a regular file system

Install

All systems
curl cmd.cat/mount.davfs.sh
Debian Debian
apt-get install davfs2
Ubuntu
apt-get install davfs2
Alpine
apk add davfs2
Arch Arch Linux
pacman -S davfs2
image/svg+xml Kali Linux
apt-get install davfs2
Fedora
dnf install davfs2
Windows (WSL2)
sudo apt-get update sudo apt-get install davfs2
Raspbian
apt-get install davfs2
Docker
docker run cmd.cat/mount.davfs mount.davfs powered by Commando

davfs2

mount a WebDAV resource as a regular file system

Web Distributed Authoring and Versioning (WebDAV), an extension to the HTTP-protocol, allows authoring of resources on a remote web server. davfs2 provides the ability to access such resources like a typical filesystem, allowing for use by standard applications with no built-in support for WebDAV. davfs2 is designed to fully integrate into the filesystem semantics of Unix-like systems (mount, umount, et c.). davfs2 makes mounting by unprivileged users as easy and secure as possible. davfs2 does extensive caching to make the file system responsive, to avoid unnecessary network traffic and to prevent data loss, and to cope for slow or unreliable connections. davfs2 will work with most WebDAV servers needing little or no configuration.