Difference between revisions of "WebDAV access"

From OpenKM Documentation
Jump to: navigation, search
m
Line 1: Line 1:
 +
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.
 +
 +
{{Note|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.}}
 +
 +
== Windows ==
 
From Windows you can access OpenKM repository exposed via WebDAV using one o this tools:
 
From Windows you can access OpenKM repository exposed via WebDAV using one o this tools:
  
Line 12: Line 23:
 
* write user and password
 
* write user and password
  
 +
== Mac ==
 
From OSX you can use:
 
From OSX you can use:
  
Line 17: Line 29:
 
* http://www.webdrive.com/ (Yes, there is a version for Macintosh OS/X)
 
* http://www.webdrive.com/ (Yes, there is a version for Macintosh OS/X)
  
 +
== Linux ==
 
From Linux you can use:
 
From Linux you can use:
  
Line 22: Line 35:
 
* http://savannah.nongnu.org/projects/davfs2
 
* http://savannah.nongnu.org/projects/davfs2
  
Once you have installed any of these tools, you can access to OpenKM repository with this URL:
+
See also:
 
+
* [http://sysblogd.wordpress.com/2007/09/09/ubuntu-mounting-remote-filesystem-using-davfs2-fuse/ Ubuntu: Mounting remote filesystem using davfs2 (FUSE)]
http://your-domain.com/OpenKM/repository/default/okm:root.
 
 
 
{{Note|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.}}
 
  
 
[[Category: Installation Guide]]
 
[[Category: Installation Guide]]

Revision as of 19:45, 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.

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.

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:

See also: