Skip to content

Commit

Permalink
Add information about quota support
Browse files Browse the repository at this point in the history
  • Loading branch information
tatze96 committed Jan 18, 2024
1 parent 901310e commit 45c056b
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
33 changes: 33 additions & 0 deletions mountainduck/connect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,36 @@ In _Smart Synchronization_ connect mode, files are copied to a local cache for f
| **[Recent Files](sync.md#recent-files)** || Available in the status bar (macOS) or taskbar (Windows) |
| **[Lock Files](../locking.md)** | ✔︎ ||
| **[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.

| 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 ||

```{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.
```

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.
3 changes: 3 additions & 0 deletions protocols/onedrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,6 @@ It is not possible to create a top level folder in Mountain Duck or Cyberduck. I
|-------------|:--------------:|
| My Files | Personal files |
| 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*.
3 changes: 3 additions & 0 deletions protocols/sharepoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,6 @@ It is not possible to create a top level folder in Mountain Duck or Cyberduck. I
| Drives |
| Groups |
| Sites |

### Quota
Quota reporting is only supported for the *Drives* folder within their respective site folder.

0 comments on commit 45c056b

Please sign in to comment.