From 0ed1857fa96bc9bf7b2ebf7976868ce124afaf4b Mon Sep 17 00:00:00 2001 From: Durval Menezes Date: Fri, 27 Nov 2020 13:57:43 -0300 Subject: [PATCH] webdav: updated docs to show streaming to nextcloud is working --- docs/content/webdav.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/content/webdav.md b/docs/content/webdav.md index b4846156d..b5c65a073 100644 --- a/docs/content/webdav.md +++ b/docs/content/webdav.md @@ -198,10 +198,8 @@ Owncloud supports modified times using the `X-OC-Mtime` header. ### Nextcloud ### This is configured in an identical way to Owncloud. Note that -Nextcloud does not support streaming of files (`rcat`) whereas -Owncloud does. This [may be -fixed](https://github.com/nextcloud/nextcloud-snap/issues/365) in the -future. +Nextcloud initially did not support streaming of files (`rcat`) whereas +Owncloud did, but [this](https://github.com/nextcloud/nextcloud-snap/issues/365) seems to be fixed as of 2020-11-27 (tested with rclone v1.53.1 and Nextcloud Server v19). ### Sharepoint ###