Difference between revisions of "WebDAV access"

From OpenKM Documentation
Jump to: navigation, search
m
m
Line 3: Line 3:
 
  http://your-domain.com/OpenKM/repository/default/okm:root.
 
  http://your-domain.com/OpenKM/repository/default/okm:root.
  
To enhance compatibility, starting with OpenKM 5.0.4 when an WebDAB path is like '''/okm:root/myfile.txt''' it is translated to '''/okm_root/myfile.txt''' because some WebDAV clients does not like character : in the path. Starting with OpenKM 5.1 we have added a new configuration parameter called '''system.webdav.fix''' to make this behavior configurable.
+
To enhance compatibility, starting with OpenKM 5.0.4 when an WebDAV path is like '''/okm:root/myfile.txt''' it is translated to '''/okm_root/myfile.txt''' because some WebDAV clients does not like character : in the path. Starting with OpenKM 5.1 we have added a new configuration parameter called '''system.webdav.fix''' to make this behavior configurable.
  
 
{{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

Revision as of 09:28, 22 April 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.

To enhance compatibility, starting with OpenKM 5.0.4 when an WebDAV path is like /okm:root/myfile.txt it is translated to /okm_root/myfile.txt because some WebDAV clients does not like character : in the path. Starting with OpenKM 5.1 we have added a new configuration parameter called system.webdav.fix to make this behavior configurable.


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. Starting with OpenKM 5.1 this property will be renamed to:

 system.webdav.server≠on

Windows

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:

Mac

From OSX you can use:

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: