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

  • 8 months 3 weeks ago
    1.27.2 update
  • 9 months 4 days ago
    Drupal 10/11 config
  • 9 months 5 days ago
  • PHP
    9 months 5 days ago
    PHP 8.3.11 and AlmaLinux
  • 9 months 6 days ago
    New version of Pound