Skip to content

Commit 248e3c7

Browse files
authored
Merge pull request #14908 from nextcloud/fix/webdav-app-password-known-problems
docs(user): add slow WebDAV performance to Known Problems section
2 parents e793142 + f290156 commit 248e3c7

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

user_manual/files/access_webdav.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,26 @@ in a WebDAV client, use the share token as username and the (optional) share pas
370370
Known problems
371371
--------------
372372

373+
Problem
374+
^^^^^^^
375+
376+
WebDAV access is very slow or times out.
377+
378+
Solution
379+
^^^^^^^^
380+
381+
When using a third-party WebDAV client (including your operating system's built-in
382+
client), you should authenticate with an **application password** rather than your
383+
regular account password. Using a regular password carries a significant performance
384+
penalty because Nextcloud must perform additional work to verify it on every request.
385+
Using an application password removes this overhead and can improve transfer speeds
386+
substantially.
387+
388+
To create an application password, log in to the Nextcloud web interface, click your
389+
avatar, choose **Personal settings**, then open the **Security** section in the left
390+
sidebar and scroll to the bottom. Create an app password there and use it in your
391+
WebDAV client instead of your main password.
392+
373393
Problem
374394
^^^^^^^
375395
Windows does not connect using HTTPS.

0 commit comments

Comments
 (0)