Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFelix Weilbach <felix.weilbach@nextcloud.com>2021-05-20 15:17:16 +0300
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>2021-07-16 15:42:02 +0300
commit3e61bdc4318827d486221e56fbca3804b639fdd7 (patch)
treefee7ed35744c9c5523723de4509defb0b5325bed /doc
parent545592c472b8bc26fb7410683b5439713898b5ee (diff)
Use dav instead of webdav
Fixes #3342 Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/architecture.rst2
-rw-r--r--doc/nextcloudcmd.rst6
-rw-r--r--doc/troubleshooting.rst2
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/architecture.rst b/doc/architecture.rst
index f4dae60f2..a317b1893 100644
--- a/doc/architecture.rst
+++ b/doc/architecture.rst
@@ -152,7 +152,7 @@ Conflict files are always created on the client and never on the server.
"capabilities":{
"core":{
"pollinterval":60,
- "webdav-root":"remote.php/webdav"
+ "webdav-root":"remote.php/dav"
},
"dav":{
"chunking":"1.0"
diff --git a/doc/nextcloudcmd.rst b/doc/nextcloudcmd.rst
index bde2db0ef..a0630192c 100644
--- a/doc/nextcloudcmd.rst
+++ b/doc/nextcloudcmd.rst
@@ -92,7 +92,7 @@ Credential Handling
::
- $ nextcloudcmd /home/user/my_sync_folder https://carla:secret@server/nextcloud/remote.php/webdav/
+ $ nextcloudcmd /home/user/my_sync_folder https://carla:secret@server/nextcloud/remote.php/dav/
To synchronize the Nextcloud directory ``Music`` to the local directory
``media/music``, through a proxy listening on port ``8080``, and on a gateway
@@ -100,7 +100,7 @@ machine using IP address ``192.168.178.1``, the command line would be::
$ nextcloudcmd --httpproxy http://192.168.178.1:8080 \
$HOME/media/music \
- https://server/nextcloud/remote.php/webdav/Music
+ https://server/nextcloud/remote.php/dav/Music
``nextcloudcmd`` will prompt for the user name and password, unless they have
been specified on the command line or ``-n`` has been passed.
@@ -121,4 +121,4 @@ Example
::
$ nextcloudcmd /home/user/<my_sync_folder> \
- https://<username>:<secret>@<server_address>/remote.php/webdav/<Directory_that_has_been_created>
+ https://<username>:<secret>@<server_address>/remote.php/dav/<Directory_that_has_been_created>
diff --git a/doc/troubleshooting.rst b/doc/troubleshooting.rst
index e7320f1b1..bdafba18f 100644
--- a/doc/troubleshooting.rst
+++ b/doc/troubleshooting.rst
@@ -34,7 +34,7 @@ Identifying Basic Functionality Problems
For example, if your Nextcloud instance is installed at
``http://yourserver.com/nextcloud``, your WebDAV server address is
- ``http://yourserver.com/nextcloud/remote.php/webdav``.
+ ``http://yourserver.com/nextcloud/remote.php/dav``.
If you are prompted for your username and password but, after providing the
correct credentials, authentication fails, please ensure that your