diff --git a/docs/content/webdav.md b/docs/content/webdav.md index 548b3b9d4..c0c7a7ce8 100644 --- a/docs/content/webdav.md +++ b/docs/content/webdav.md @@ -47,15 +47,17 @@ Choose a number from below, or type in your own value \ (fastmail) 2 / Nextcloud \ (nextcloud) - 3 / Owncloud + 3 / ownCloud 10 PHP based WebDAV server \ (owncloud) - 4 / Sharepoint Online, authenticated by Microsoft account + 4 / ownCloud Infinite Scale + \ (infinitescale) + 5 / Sharepoint Online, authenticated by Microsoft account \ (sharepoint) - 5 / Sharepoint with NTLM authentication, usually self-hosted or on-premises + 6 / Sharepoint with NTLM authentication, usually self-hosted or on-premises \ (sharepoint-ntlm) - 6 / rclone WebDAV server to serve a remote over HTTP via the WebDAV protocol + 7 / rclone WebDAV server to serve a remote over HTTP via the WebDAV protocol \ (rclone) - 7 / Other site/service or software + 8 / Other site/service or software \ (other) vendor> 2 User name @@ -104,11 +106,11 @@ To copy a local directory to an WebDAV directory called backup ### Modification times and hashes Plain WebDAV does not support modified times. However when used with -Fastmail Files, Owncloud or Nextcloud rclone will support modified times. +Fastmail Files, ownCloud or Nextcloud rclone will support modified times. Likewise plain WebDAV does not support hashes, however when used with -Fastmail Files, Owncloud or Nextcloud rclone will support SHA1 and MD5 hashes. -Depending on the exact version of Owncloud or Nextcloud hashes may +Fastmail Files, ownCloud or Nextcloud rclone will support SHA1 and MD5 hashes. +Depending on the exact version of ownCloud or Nextcloud hashes may appear on all objects, or only on objects which had a hash uploaded with them. @@ -146,7 +148,9 @@ Properties: - "nextcloud" - Nextcloud - "owncloud" - - Owncloud + - ownCloud + - "infinitescale" + - ownCloud Infinite Scale - "sharepoint" - Sharepoint Online, authenticated by Microsoft account - "sharepoint-ntlm" @@ -332,19 +336,28 @@ this as the password. Fastmail supports modified times using the `X-OC-Mtime` header. -### Owncloud +### ownCloud Click on the settings cog in the bottom right of the page and this will show the WebDAV URL that rclone needs in the config step. It will look something like `https://example.com/remote.php/webdav/`. -Owncloud supports modified times using the `X-OC-Mtime` header. +ownCloud supports modified times using the `X-OC-Mtime` header. ### Nextcloud -This is configured in an identical way to Owncloud. Note that +This is configured in an identical way to ownCloud. Note that 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). +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). + +### ownCloud Infinite Scale + +The WebDAV URL for Infinite Scale can be found in the details panel of +any space in Infinite Scale, if the display was enabled in the personal +settings of the user through a checkbox there. + +Infinite Scale works with the chunking [tus](https://tus.io) upload protocol. +The chunk size is currently fixed 10 MB. ### Sharepoint Online