webdav

WebDav Filesystem

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.

Installation

yum install neon neon-devel

Install Fuse:

yum install kernel-source
cd /extra/src
wget http://voxel.dl.sourceforge.net/sourceforge/fuse/fuse-2.7.4.tar.gz
tar zxf fuse-2.7.4.tar.gz
cd fuse-2.7.4
./configure
make
make install

Download the latest version:

cd /extra/src
wget http://internap.dl.sourceforge.net/sourceforge/dav/davfs2-1.3.3.tar.gz
tar zxf davfs2-1.3.3.tar.gz
cd davfs2-1.3.3

Configure:

./configure

Build and install:

make
make install


Technology:

WebDAV

Web-based Distributed Authoring and Versioning, or WebDAV, is a set of extensions to the Hypertext Transfer Protocol (HTTP) which allows users to collaboratively edit and manage files on remote World Wide Web servers.

Tutorial - http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Apache-WebDAV-LDAP-HOWTO.html#AEN228

Apache needs to be configured and compiled with the --enable-dav option.

Uncomment the WebDAV config file in /usr/local/apache2/conf/httpd.conf:

# Include conf/extra/httpd-dav.conf

Technology:

Subscribe to RSS - webdav

Recent Updates

  • 11 months 1 week ago
  • 11 months 1 week ago
  • 11 months 1 week ago
    php 8.x
  • 11 months 1 week ago
    10.6.7
  • 11 months 2 weeks ago
    Drop Centos 5/6 stuff