davfs2 - Summary
This group is not part of the GNU Project.
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, etc.). 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.
davfs2 is developed and tested on GNU/Linux but porting to other free operating systems should not be too cumbersome.
Registration Date: Sat 04 Apr 2009 05:43:08 PM UTC
License: GNU General Public License v3 or later
Development Status: 5 - Production/Stable
posted by alix82, Thu 21 Nov 2024 02:16:12 PM UTC
I'm glad to announce that davfs2 1.7.1 has been released
- Hide password prompt when -o username=myname is specified
- Fix segfault on prop query on backup node
- Fix autoload fuse module.
https://download-mirror.savannah.gnu.org/releases/davfs2/davfs2-1.7.1.tar.gz
https://download-mirror.savannah.gnu.org/releases/davfs2/davfs2-1.7.1.tar.gz.sig
posted by alix82, Wed 20 Nov 2024 08:20:08 AM UTC
Hi all,
This is to announce that davfs2 project is still alive and will soon receive a new release.
The project is now hosted
https://github.com/alisarctl/davfs2
This will make it easier to track issues, receive PR requests, implement CI, etc...
posted by alix82, Wed 02 Nov 2022 09:28:52 AM UTC
Glad to release davfs2 version 1.7.0. This release brings support to FreeBSD and contains minor bugfixes as well.
posted by alix82, Tue 11 Jan 2022 09:35:31 AM UTC
davfs2 development migrated from cvs to git. Future releases will be taken from 'main' branch.
https://git.savannah.nongnu.org/cgit/davfs2.git/
Powered by Savane 3.14-8aba.
Corresponding source code