From 51d21786504a7fa1b26732330b072f650c812f9c Mon Sep 17 00:00:00 2001 From: RealRancor Date: Fri, 12 Feb 2016 11:26:29 +0100 Subject: [PATCH] Access public shares over webdav --- user_manual/files/access_webdav.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/user_manual/files/access_webdav.rst b/user_manual/files/access_webdav.rst index 05d90a7c8..ec3bc1a58 100644 --- a/user_manual/files/access_webdav.rst +++ b/user_manual/files/access_webdav.rst @@ -334,6 +334,18 @@ the 'Path' field. For example: Now Cyberduck enables file access to the ownCloud server. +Accessing public shares over WebDAV +----------------------------------- + +ownCloud provides the possibility to access public shares over WebDAV. + +To access the public share, open:: + + https://example.com/owncloud/public.php/dav + +in a WebDAV client, use the share token as username and the (optional) share password +as password. + Known Problems --------------