Difference between revisions of "WebDAV access"

From OpenKM Documentation
Jump to: navigation, search
m
Line 5: Line 5:
  
 
{{Note|[http://greenbytes.de/tech/webdav/webdav-redirector-list.html This page from Greenbytes] is an excellent resource to analyze & fix problems with your Windows WebDAV client.}}
 
{{Note|[http://greenbytes.de/tech/webdav/webdav-redirector-list.html 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
  
 
From OSX you can use:
 
From OSX you can use:

Revision as of 20:06, 21 February 2011

From Windows you can access OpenKM repository exposed via WebDAV using one o this tools:


Nota clasica.png 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:

From OSX you can use:

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/okm:root.

Nota clasica.png Since OpenKM 5.0 WebDAV is disabled by default. If you want to enable it, add
 system.webdav≠on
to your OpenKM.cfg configuration file.