WebDAV Linux File System (davfs2)

Project Homepage: http://sourceforge.net/projects/dav/

What is it?

WebDAV is an extension to HTTP that allows remote collaborative authoring of Web resources, defined in RFC 4918.

davfs2 is a Linux file system driver that allows you to mount a WebDAV server as a local file system, like a disk drive. This way applications can access resources on a Web server without knowing anything about HTTP or WebDAV.

davfs2 runs as a daemon in userspace. It uses the kernel file system coda or fuse. Most propably your Linux kernel includes at least one of this file systems. To connect to the WebDAV server it makes use of the neon library. Neon supports TLS/SSL (using OpenSSL or GnuTLS) and access via proxy server.

davfs2 allows you to e.g.

Current Stable Release: davfs2 1.3.3

Features:

Files:

Changes in version 1.3.3

Changes in version 1.3.2

Fixed growing-cache-problem. Some bugs in the cache maintenance code caused the cache to grow infinitely under some circumstances. The problem showed up when davfs2 had to deal with many files or when the neon-library used libexpat for parsing XML-data.

Changes in version 1.3.1

Changes in version 1.3.0

Changes in version 1.2.2

If you encounter problems with an older version of davfs2, update to version 1.2.2 is recommended.

Changes in version 1.2.1

This package comes with a Spanish translation of the davfs2.conf.5 man page.

It fixes a Null-pointer bug that might crash mount.davs2 when the WebDAV-property displayname is used.

Changes in version 1.2.0

Changes in version 1.1.4

Version 1.1.4 fixes known bugs. Most important

Please read README before installation and upgrade.

Changes in version 1.1.3

Changes in version 1.1.2

This release mainly fixes the known bugs. It adds an option to decide whether to use the WebDAV property displayname as file name or not.

Changes in version 1.1.1

The following bugs should have gone:

These bugs were related to incorrect alignment of data structures on 64 bit systems, incorrect treatment of the WebDAV property displayname and incorrect double url-decoding of urls.

Problems with notifying the kernel of changes on the server are solved too.

Changes in version 1.0.2

Release 1.0.2 mainly brings support for version 0.25 of the Neon library. This support was broken in release 1.0.1.

Latest Release of the Non-caching Version: 0.2.9

Files:

Changes in version 0.2.9

Fixed some bugs concerning:

Changes in version 0.2.8

There are also some minor bug fixes. Please have a look at ChangeLog

Changes in version 0.2.7

These release fixes some bugs that were discovered since the last release and also adds some minor features:

Changes in version 0.2.6

Changes in version 0.2.5

Version 0.2.5 fixes some bugs in 0.2.4:

There are no security issues involved. So there is no need to update if davfs-0.2.4 is working on your system.

Changes in version 0.2.4:

SourceForge Logo