Merge pull request #7885 from nextcloud/add-hint-to-access-webdav-without-enabling-outgoing-federated-shares

Add hint to access WebDAV without enabling outgoing federated shares
This commit is contained in:
Pierre Ozoux 2022-05-30 14:13:30 +02:00 committed by GitHub
commit 60e0fbb154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -354,7 +354,8 @@ as password.
.. note:: **Settings****Administration****Sharing** → **Allow users on this
server to send shares to other servers**. This option also allows WebDAV access
to public shares needs to be enabled in order to make this feature work.
to public shares needs to be enabled in order to make this feature work,
except if cURL is being used (see below).
Known problems
--------------
@ -455,6 +456,11 @@ Accessing files using cURL
Since WebDAV is an extension of HTTP, cURL can be used to script file operations.
.. note:: **Settings****Administration****Sharing** → **Allow users on this
server to send shares to other servers**. If this option is disabled the
option ``--header "X-Requested-With: XMLHttpRequest"`` needs to be passed to
cURL.
To create a folder with the current date as name:
.. code-block:: bash