Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions user_manual/files/access_webdav.rst
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,26 @@ in a WebDAV client, use the share token as username and the (optional) share pas
Known problems
--------------

Problem
^^^^^^^

WebDAV access is very slow or times out.

Solution
^^^^^^^^

When using a third-party WebDAV client (including your operating system's built-in
client), you should authenticate with an **application password** rather than your
regular account password. Using a regular password carries a significant performance
penalty because Nextcloud must perform additional work to verify it on every request.
Using an application password removes this overhead and can improve transfer speeds
substantially.

To create an application password, log in to the Nextcloud web interface, click your
avatar, choose **Personal settings**, then open the **Security** section in the left
sidebar and scroll to the bottom. Create an app password there and use it in your
WebDAV client instead of your main password.

Problem
^^^^^^^
Windows does not connect using HTTPS.
Expand Down
Loading