WEBDAV Interface

Geschätzte Lektüre: 2 Minuten

WEBDAV

The WEBDAV interface enables the transfer of LIMBAS DMS files without a browser, by using desktop clients, such as Windows Explorer or Dolphin. LIMBAS stores all folders and file information in the database and not in the file system. A WEBDAV server converts the data base records into readable WEBDAV output.

Currently tested:

  • Dolphin
  • Windows Explorer
  • davfs2
  • wdfs

To open, edit, and save documents directly via WEBDAV, it must be supported by the respective desktop client. File Explorers are usually only suitable to read, copy or upload a file, not for direct editing. Most suitable extensions are, e.g. ‘davfs2’, which WEBDAV servers can mount directly to the file system.

Installation

The WEBDAV functionality is an integral part of Limbas and uses as a basis SabreDAV. http://code.google.com/p/sabredav/

Server-side prerequisites:

  • php Version >= 5.3
  • php-mbstring
  • php-ctype
  • apache mod_rewrite Modul

Open it via this URL: http://limbas/dependent/webdav/

It is recommended to create your own virtual server to access via a root URL. (Mandatory for windows 7). If no domain is to be used, another port can be used.

wdfs

Mount Command

wdfs http://localhost/limbas/dependent/webdav/ /mnt -o username=<my_username>,password=<my_password>,allow_other

davfs2

http://savannah.nongnu.org/projects/davfs2

http://manpages.ubuntu.com/manpages/intrepid/de/man5/davfs2.conf.5.html

Insert a group of davfs2 as a root and incorporate the user to the davfs2 group:

Mount Command

mount -t davfs http://localhost/limbas/dependent/webdav/ /mnt

config

/usr/local/etc/davfs2/davfs2.conf

allow_cookie = 1
gui_optimize = 1

Conqueror / Dolphin

webdav://localhost/limbas/dependent/webdav/

Windows XP

  1. Connect the Explorer network drive
  2. Select another network resource
  3. Enter network address: http://limbas/dependent/webdav/
  4. Name the network resource
  5. finished

Windows 7

For Windows 7 it is absolutely necessary to use a “root URL”. The basic authentication for WEBDAV must also be activated.

  1. Connect the Explorer network drive
  2. Select another network resource
  3. Enter the network address: http://mydomain
  4. Name the network resource assigned
  5. finished

http://code.google.com/p/sabredav/wiki/Windows
http://code.google.com/p/sabredav/wiki/Windows#Authentication
http://oddballupdate.com/2009/12/fix-slow-webdav-performance-in-windows-7/

Share this Doc

WEBDAV Interface

Or copy link

CONTENTS