8Mar/080
Howto setup Ubuntu with davfs
Short post.. :p
Want to mount your remote files using Webdav with Ubuntu ?
Try using the davfs2 package, usefull instructions for this purpose are here
This is an ideal solution for each webdesigner, webdeveloper with cPanel or other software that supports webdav.
UPDATE
I also installed the package "fusedav" ( using: apt-get instal fusedav ) and changed the davfs config
file to not use lock and changed the kernel_fs variable to fuse
UPDATE #2
With the instructions above, I still keep having troubles writing data to the dav shares. So if the above doesn't work right for you, I suggest you try sshfs, for me that works a lot better. Instructions for the use of sshfs with ubuntu can be found here