Merge pull request #781 from nextcloud/fix/698

More webdav explanation USERNAME has to be replaced
This commit is contained in:
Morris Jobke 2018-06-13 15:30:34 +02:00 committed by GitHub
commit 98cf1f0434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
---------------------------