From 19fde2e6053e97380c10153b772124a543a0c529 Mon Sep 17 00:00:00 2001 From: Cassie205 Date: Mon, 25 Mar 2024 12:32:35 +0100 Subject: [PATCH] Add note for potential problems when using SFTP false quota fix --- mountainduck/connect/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mountainduck/connect/index.md b/mountainduck/connect/index.md index f1277467..7d35ae63 100644 --- a/mountainduck/connect/index.md +++ b/mountainduck/connect/index.md @@ -63,4 +63,8 @@ Mountain Duck displays the overall quota present on the server as available disk - **[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. ``` -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 +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. + +```{note} +Quota support can be [disabled](../../protocols/sftp/index.md#free-space-calculation-is-incorrect) for all protocols. +``` \ No newline at end of file