Davfs
From ArchWiki
Introduction
DAVfs is a Linux file system driver that allows you to mount a WebDAV server as a disk drive. WebDAV is an extension to HTTP/1.1 that allows remote collaborative authoring of Web resources, defined in RFC 4918.
Installing DAVfs
Make sure the [extra] repo is enabled, then run:
# pacman -Sy davfs2
Mounting the partition
Examples:
# mount.davfs http://localhost:8080/ /mnt/dav # mount -t davfs http://localhost:8080/ /mnt/dav