More webdav explanation USERNAME has to be replaced

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-06-13 13:56:12 +02:00 committed by Morris Jobke
parent 5587edc0d7
commit 5947fd4c71
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

View File

@ -8,6 +8,12 @@ connect Linux, macOS, Windows, and mobile devices to your Nextcloud server via
WebDAV. Before we get into configuring WebDAV, let's take a quick look at the
recommended way of connecting client devices to your Nextcloud servers.
.. note:: In the following examples, You must adjust **example.com/** to the
URL of your Nextcloud server installation. And USERNAME is the userid of the
connecting user.
See the webdav url (bottom left, settings) on your Nextcloud.
Nextcloud Desktop and mobile clients
------------------------------------
@ -44,9 +50,6 @@ Distributed Authoring and Versioning (WebDAV) is a Hypertext Transfer Protocol
servers. With WebDAV you can access your Nextcloud shares on Linux, macOS and
Windows in the same way as any remote network share, and stay synchronized.
.. note:: In the following examples, You must adjust **example.com/** to the
URL of your Nextcloud server installation.
Accessing files using Linux
---------------------------