Skip to content

Commit

Permalink
Adjusted the previous wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatze96 committed Jan 25, 2024
1 parent 45c056b commit ad953c1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 deletions mountainduck/connect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
2 changes: 1 addition & 1 deletion protocols/onedrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*.
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`.

0 comments on commit ad953c1

Please sign in to comment.