"Giovanni Funchal" [off-list ref] writes:
quoted
In addition, testing with davfs2 requires you to have root access.
When davfs2 is properly configured, the file system can be mounted in
user space by non-root users. Root access is needed only when
installing.
Ok, then I misread your description. This part should be clarified:
quoted
quoted
+An alternative is to use davfs2, a driver that allows mounting a WebDAV
+resource into the system tree. This requires root access and kernel
s/This/Installing this module/;
quoted
quoted
+support (probably your kernel includes this).
+
+ $ apt-get install davfs2
s/\$ /# /;
quoted
quoted
+ $ mkdir -p /mnt/webdav
ditto.
quoted
quoted
+ $ mount -t davfs http://<servername>/ /mnt/webdav
+ $ ls /mnt/webdav
+ $ umount /mnt/webdav