Skip to content

Commit

Permalink
Add "Network Volume"
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Feb 12, 2024
1 parent 909c740 commit c8340ed
Showing 1 changed file with 35 additions and 29 deletions.
64 changes: 35 additions & 29 deletions mountainduck/connect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@ sync
online
```

When connecting to a server, you can choose between *[Online](online.md)*, *[Smart Synchronization](sync.md)*, and *[Integrated](integrated.md)* connect
When connecting to a server, you can choose between *[Online](online.md)*, *[Smart Synchronization](sync.md)*, and
*[Integrated](integrated.md)* connect
mode:

- The [_Integrated_ connect mode](integrated.md) synchronizes files and folders from a directory on the local disk with support from macOS and Windows.
- The [_Integrated_ connect mode](integrated.md) synchronizes files and folders from a directory on the local disk with
support from macOS and Windows.

- Using [_Online_ connect mode](online.md), changes to a file are immediately uploaded and in sync when an application has finished saving a file.
- Using [_Online_ connect mode](online.md), changes to a file are immediately uploaded and in sync when an application
has finished saving a file.

- In [_Smart Synchronization_ connect mode](sync.md), files are copied to a local cache for faster access prior synchronization with the server in the background.
- In [_Smart Synchronization_ connect mode](sync.md), files are copied to a local cache for faster access prior
synchronization with the server in the background.

```{admonition} Changing Connect Mode
Expand All @@ -26,9 +30,9 @@ Switching between [_Integrated_ mode](integrated.md) and [_Smart Synchronization

## Feature Comparison


| | **Online** | **Smart Synchronization** | **Integrated** |
| | **Online** Connect Mode | **Smart Synchronization** Connect Mode | **Integrated** Connect Mode |
|------------------------------------------|-----------------------------------------------------------------------|-------------------------------------------------------------------------------|-------------------------------------------------------------|
| **Network Volume** ||||
| **Offline Access** || ✔ Save files in cache on disk for access with no server connectivity ||
| **Index Files** || Index folder contents in cache on disk for access with no server connectivity ||
| **Buffer file contents** | ︎Temporarily save opened files for faster access later | Temporarily save opened files to copy to cache on disk ||
Expand All @@ -38,37 +42,39 @@ Switching between [_Integrated_ mode](integrated.md) and [_Smart Synchronization
| **[Lock Files](../locking.md)** | ✔︎ |||
| **[Share Files](../share.md)** ||||


## Quota support

Mountain Duck displays the overall quota present on the server as available disk space on the mounted volume.

| Protocol | Support |
|--------------------------| :---: |
| [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) | |
| Protocol | Support |
|---------------------------------------------------------------------------|:-------:|
| [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 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.
```

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

0 comments on commit c8340ed

Please sign in to comment.