Difference between revisions of "WebDAV access"
From OpenKM Documentation
Line 20: | Line 20: | ||
{{Note|Since OpenKM 5.0 WebDAV is disabled by default. If you want to enable it, add | {{Note|Since OpenKM 5.0 WebDAV is disabled by default. If you want to enable it, add | ||
− | system.webdav | + | system.webdav≠on |
to your OpenKM.cfg configuration file.}} | to your OpenKM.cfg configuration file.}} | ||
[[Category: Installation Guide]] | [[Category: Installation Guide]] |
Revision as of 01:25, 28 November 2010
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)
From OSX you can use:
- http://cyberduck.ch/
- http://www.webdrive.com/ (Yes, there is a version for Macintosh OS/X)
From Linux you can use:
Once you have installed any of these tools, you can access to OpenKM repository with this URL:
http://your-domain.com/OpenKM/repository/default.
Since OpenKM 5.0 WebDAV is disabled by default. If you want to enable it, add
system.webdav≠onto your OpenKM.cfg configuration file. |