fusedav 0.2

Copyright 2004,2006 Lennart Poettering <mzshfrqni (at) 0pointer (dot) de>

License

Copyright (c) 2004-2006 Lennart Poettering

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

News

Sun Apr 2 2006:

Version 0.2 released, changes include: update for current NEON (0.26 required) and FUSE (2.5 required); locking support; proper redirection support; export WebDAV properties as Linux EAs

Tue Mar 30 2004:

Version 0.1 released, initial release

Overview

fusedav is a Linux userspace file system driver for mounting WebDAV shares. It makes use of FUSE as userspace file system API and neon as WebDAV API.

Current Status

Version 0.2 works fine.

Documentation

After installation just run fusedav with two arguments: the WevDAV URL and the local mount point:

fusedav http://webdav.foo.bar/ /tmp/test

You will be queried for a username and password if required. As long as the fusedav process is running, the file system is accessible under /tmp/test.

Requirements

fusedav was developed and tested on Debian GNU/Linux "testing" from April 2006, it should work on most other Linux distributions since it uses GNU autoconf for source code configuration.

fusedav requires the neon (0.26 minimum - 0.25 does not suffice!) built with thread-safe SSL and LFS support, and FUSE (2.5 minimum) development library files for compilation.

Installation

As this package is made with the GNU autotools you should run ./configure inside the distribution directory for configuring the source tree. After that you should run make for compilation and make install (as root) for installation of fusedav.

Acknowledgements

Milos Szeredi for developing FUSE and some useful hints for its usage

Sebastien Estienne for some packaging work

Download

The newest release is always available from http://0pointer.de/lennart/projects/fusedav/

The current release is 0.2

Get fusedav's development sources from the Subversion repository (viewcvs):

svn checkout svn://svn.0pointer.net/fusedav/trunk fusedav

If you want to be notified whenever I release a new version of this software use the subscription feature of Freshmeat.


Lennart Poettering <mzshfrqni (at) 0pointer (dot) de>, April 2006
$Id$