ownCloud fully supports the WebDAV protocol, and you can connect and synchronize with your ownCloud files over WebDAV. The manual will show you how to connect Linux, Mac OS X, Windows, and mobile devices to your ownCloud server via WebDAV. The is the recommended way of connecting client devices to your ownCloud servers:
To connect to your ownCloud server with the ownCloud mobile apps, use the base URL and folder only:
example.org/owncloud
In addition to the mobile apps provided by ownCloud, you can use other apps to connect to ownCloud from your mobile device using WebDAV:
example.org/owncloud/remote.php/webdav
Access files in Linux operating systems using the following methods (e.g. GNOME and Nautilus File Manager):
davs://example.org/owncloud/remote.php/webdav
or if your ownCloud Server is not SSL-secured use:
dav://example.org/owncloud/remote.php/webdav
To access your ownCloud files using the Dolphin file manager in KDE, use:
webdav://example.org/owncloud/remote.php/webdav
The URL used to connect to the ownCloud server from the Mac OS X Finder is:
example.org/owncloud/remote.php/webdav
Mapping Drives With Windows Explorer:
example.org/owncloud/remote.php/webdav
Even more details about accessing ownCloud via WebDAV can be found in the official ownCloud User Manual.