diff --git a/mountainduck/connect/index.md b/mountainduck/connect/index.md index 3ee38080..f1277467 100644 --- a/mountainduck/connect/index.md +++ b/mountainduck/connect/index.md @@ -33,34 +33,34 @@ In _Smart Synchronization_ connect mode, files are copied to a local cache for f | **[Share Files](../share.md)** | ✔ | ✔ | ## Quota support -Mountain Duck has support for the overall quota of a server but quota reporting is not supported for all protocols. +Mountain Duck displays the overall quota present on the server as available disk space on the mounted volume. | Protocol | Support | |--------------------------| :---: | -| Local Disk | ✅ | -| SFTP | ✅ | -| FTP | ❌ | -| WebDAV | ✅ | -| Google Drive | ✅ | -| Google Cloud Storage | ❌ | -| Microsoft OneDrive | ✅ | -| Microsoft Sharepoint | ✅ | -| Files.com | ❌ | -| DRACOON | ✅ | -| Backblaze B2 | ❌ | -| Box.com | ❌ | -| Dropbox | ✅ | -| Nextcloud | ✅ | -| ownCloud | ✅ | -| S3 | ❌ | -| SMB | ✅ | -| Windows Azure | ❌ | -| OpenStack Object Storage | ✅ | +| [Local Disk](../../protocols/index.md#local-disk) | ✅ | +| [SFTP](../../protocols/sftp/index.md#free-space-calculation-is-incorrect) | ✅ | +| [FTP](../../protocols/ftp.md) | ❌ | +| [WebDAV](../../protocols/webdav/index.md) | ✅ | +| [Google Drive](../../protocols/googledrive.md) | ✅ | +| [Google Cloud Storage](../../protocols/googlecloudstorage.md) | ❌ | +| [Microsoft OneDrive](../../protocols/onedrive.md#quota) | ✅ | +| [Microsoft Sharepoint](../../protocols/sharepoint.md#quota) | ✅ | +| [Files.com](../../protocols/files.com.md) | ❌ | +| [DRACOON](../../protocols/dracoon.md) | ✅ | +| [Backblaze B2](../../protocols/b2.md) | ❌ | +| [Box.com](../../protocols/box.md) | ❌ | +| [Dropbox](../../protocols/dropbox.md) | ✅ | +| [Nextcloud](../../protocols/webdav/nextcloud.md) | ✅ | +| [ownCloud](../../protocols/webdav/nextcloud.md) | ✅ | +| [S3](../../protocols/s3/index.md) | ❌ | +| [SMB](../../protocols/smb.md) | ✅ | +| [Windows Azure ](../../protocols/azure.md) | ❌ | +| [OpenStack Object Storage](../../protocols/openstack/index.md) | ✅ | ```{admonition} Limited Support :class: attention -- **[Microsoft OneDrive](../../protocols/onedrive.md#quota)**: Quota is only supported if a folder other than the virtual root is mounted. -- **[Microsoft SharePoint](../../protocols/sharepoint.md#quota)**: Quota is only supported for the *Drives* folders within the respective SharePoint site folders. +- **[Microsoft OneDrive](../../protocols/onedrive.md#quota)**: Quota is only supported when setting the *Path* in the bookmark configuration to a folder different from `/`. +- **[Microsoft SharePoint](../../protocols/sharepoint.md#quota)**: Quota is only supported when setting the *Path* in the bookmark configuration to a *Drives* folder in a SharePoint site folder. ``` -Mountain Duck can't display the correct remaining free space for protocols that can't report quota. Finder and Windows Explorer will show exabyte values within the *Online* mode and the available space within the synchronization cache location within the *Smart Synchronization* mode for servers and protocols that don't have support for quota reporting. \ No newline at end of file +Some protocols do not report the available quota. Finder and Windows Explorer will show exabyte values in *Online* connect mode and the available space within the synchronization cache location on your local disk in *Smart Synchronization* connect mode for the affected protocols. \ No newline at end of file diff --git a/protocols/onedrive.md b/protocols/onedrive.md index fce52b5a..36056ac1 100644 --- a/protocols/onedrive.md +++ b/protocols/onedrive.md @@ -106,4 +106,4 @@ It is not possible to create a top level folder in Mountain Duck or Cyberduck. I | Shared | Shared folders | ### Quota -Mountain Duck can only display the correct remaining disk space on the server if a folder other than the default virtual root gets mounted, for example *My Files*. \ No newline at end of file +Mountain Duck can only display the correct cloud storage quota as remaining disk space when setting the *Path* in the bookmark configuration to a folder different from `/`, for example `My Files`. \ No newline at end of file