Difference between revisions of "WebDAV access"
From OpenKM Documentation
(→Linux) |
|||
Line 34: | Line 34: | ||
* http://dav.sourceforge.net/ | * http://dav.sourceforge.net/ | ||
* http://savannah.nongnu.org/projects/davfs2 | * http://savannah.nongnu.org/projects/davfs2 | ||
+ | |||
+ | For example, in Ubuntu or any Debian-based Linux distro you can install this utility this way: | ||
+ | |||
+ | $ sudo aptitude install davfs2 | ||
See also: | See also: |
Revision as of 18:46, 1 March 2011
Below you there is a list of WebDAV clientes grouped by Operating System. Once you have installed any of these tools, you can access to OpenKM repository with this URL:
http://your-domain.com/OpenKM/repository/default/okm:root.
Since OpenKM 5.0 WebDAV is disabled by default. If you want to enable it, add
system.webdav≠onto your OpenKM.cfg configuration file. |
Windows
From Windows you can access OpenKM repository exposed via WebDAV using one o this tools:
- http://www.netdrive.net/ (Free for home use but does not handle document versioning properly)
- http://www.webdrive.com/ (The recommended option and create a new document version when you save the modifications)
This page from Greenbytes is an excellent resource to analyze & fix problems with your Windows WebDAV client. |
You can try connecting directly using windows networking:
- open networking
- connect as network resource
- write url http://host:8080/OpenKM/repository/default/okm:root
- write user and password
Mac
From OSX you can use:
- http://cyberduck.ch/
- http://www.webdrive.com/ (Yes, there is a version for Macintosh OS/X)
Linux
From Linux you can use:
For example, in Ubuntu or any Debian-based Linux distro you can install this utility this way:
$ sudo aptitude install davfs2
See also: