View Single Post
Posts: 9 | Thanked: 3 times | Joined on Oct 2010
#18
Originally Posted by cjp View Post
I believe this is the only WebDAV client available for us on Maemo.
There is another for the command line, try davfs2. It lets you mount WebDAV URLs via the mount command as root user. You can make a custom desktop shortcut to mount a dav-share via the desktop (install gainroot to have sudo mount ...). If the mount point is in /media/dav you can access the WebDAV share via file manager!!!

Installation instruction can be found here and here in German (the original i used).

davfs2 depends on libneon which installs version 0.29.3 but after installation in the filesystem you have libneon.so.27.2.3.

To get SSL support for webdav you must install libneon-gnutls.so.27.2.3 (libneon.so.27.2.3 with SSL/TLS support) and edit the symlinks /usr/lib/libneon.so and libneon.so.27 to point to /opt/maemo/usr/lib/libneon-gnutls.so.27.

Then you also can mount https:// URLS.

I didn't succeed to achieve this for the sharing plugin-webdav.

Both packages unfortunately don't work with NetStorage DAV Server from Novell ("Basic Authentication rejected"). Any clues on this?

Hope this helps.

ari