From a219d25cac07174b419e26a6d709cd978ac3276f Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Thu, 4 Feb 2021 07:46:40 +0100 Subject: [PATCH] webdav: update the doc the user specific path is now gone --- docs/webdav.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/webdav.md b/docs/webdav.md index 1c78bc2d..118db880 100644 --- a/docs/webdav.md +++ b/docs/webdav.md @@ -1,8 +1,8 @@ # WebDAV -The experimental `WebDAV` support can be enabled by configuring one or more `bindings` inside the `webdavd` configuration section. +The `WebDAV` support can be enabled by configuring one or more `bindings` inside the `webdavd` configuration section. -Each user has his own path like `http/s://:/` and it must authenticate using password credentials. +Each user can access their home directory using the path `http/s://:/`. WebDAV is quite a different protocol than SCP/FTP, there is no session concept, each command is a separate HTTP request and must be authenticated, to improve performance SFTPGo caches authenticated users. This way SFTPGo don't need to do a dataprovider query and a password check for each request.