Skip to content

Commit 186b792

Browse files
authored
Merge pull request #279 from iterate-ch/mountainduck/5
Mountain Duck 5
2 parents 62fcd87 + b890f68 commit 186b792

19 files changed

+333
-56
lines changed
93 KB
Loading
Loading
-53.1 KB
Loading
2.89 KB
Loading
2.98 KB
Loading
Loading
Loading
Loading
172 KB
Loading

mountainduck/connect/index.md

Lines changed: 54 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4,73 +4,88 @@ Connect mode
44
:::{toctree}
55
:hidden:
66
:titlesonly:
7+
integrated
78
sync
89
online
910
:::
1011

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

1416
::::{tabs}
17+
:::{tab} Integrated
18+
19+
The [_Integrated_ connect mode](integrated.md) synchronizes files and folders from a directory on the local disk with
20+
support from macOS and Windows.
21+
22+
:::
1523
:::{tab} Online
1624

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

1928
:::
2029
:::{tab} Smart Synchronization
2130

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

2434
:::
2535
::::
2636

2737
## Feature Comparison
2838

29-
| | **Online** | **Smart Synchronization** |
30-
|------------------------------------------|-----------------------------------------------------------------------|-------------------------------------------------------------------------------|
31-
| **Offline Access** || Save files in cache on disk for access with no server connectivity |
32-
| **Index Files** || Index folder contents in cache on disk for access with no server connectivity |
33-
| **Buffer file contents** | ︎Temporarily save opened files for faster access later | Temporarily save opened files to copy to cache on disk |
34-
| **Synchronization** | Changes are immediately uploaded | Synchronize changes in the background |
35-
| **Transfer Progress** | Upload shown in progress window in _Finder.app_ or _Windows Explorer_ | Uploads shown in the status bar (macOS) or taskbar (Windows) |
36-
| **[Recent Files](sync.md#recent-files)** || Available in the status bar (macOS) or taskbar (Windows) |
37-
| **[Lock Files](../locking.md)** | ✔︎ ||
38-
| **[Share Files](../share.md)** |||
39+
| | **Online** | **Smart Synchronization** | **Integrated** |
40+
|------------------------------------------|--------------------------------------------------------|---------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|
41+
| **Network Volume** ||||
42+
| **Offline Access** || ✔ Save files in cache on disk for access with no server connectivity ||
43+
| **Index Files** || ✔ Index folder contents in cache on disk for access with no server connectivity ||
44+
| **Buffer file contents** | ︎Temporarily save opened files for faster access later | Temporarily save opened files to copy to cache on disk ||
45+
| **Synchronization** | Changes are immediately uploaded | ✔ Synchronize changes in the background ||
46+
| **Transfer Progress** | Progress window in _Finder.app_ or _Windows Explorer_ | Progress in the status bar (macOS) or taskbar (Windows) | Progress in the status bar (macOS) or taskbar (Windows) and progress icon in Finder & Windows Explorer |
47+
| **[Recent Files](sync.md#recent-files)** || ✔ Available in the status bar (macOS) or taskbar (Windows) ||
48+
| **[Lock Files](../locking.md)** | ✔︎ |||
49+
| **[Share Files](../share.md)** ||||
3950

4051
## Quota Support
4152

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

44-
| Protocol | Support |
45-
|--------------------------| :---: |
46-
| [Local Disk](../../protocols/index.md#local-disk) | |
47-
| [SFTP](../../protocols/sftp/index.md#free-space-calculation-is-incorrect) | |
48-
| [FTP](../../protocols/ftp.md) | |
49-
| [WebDAV](../../protocols/webdav/index.md) | |
50-
| [Google Drive](../../protocols/googledrive.md) | |
51-
| [Google Cloud Storage](../../protocols/googlecloudstorage.md) | |
52-
| [Microsoft OneDrive](../../protocols/onedrive.md#quota) | |
53-
| [Microsoft Sharepoint](../../protocols/sharepoint.md#quota) | |
54-
| [Files.com](../../protocols/files.com.md) | |
55-
| [DRACOON](../../protocols/dracoon.md) | |
56-
| [Backblaze B2](../../protocols/b2.md) | |
57-
| [Box.com](../../protocols/box.md) | |
58-
| [Dropbox](../../protocols/dropbox.md) | |
59-
| [Nextcloud](../../protocols/webdav/nextcloud.md) | |
60-
| [ownCloud](../../protocols/webdav/nextcloud.md) | |
61-
| [S3](../../protocols/s3/index.md) | |
62-
| [SMB](../../protocols/smb.md) | |
63-
| [Windows Azure ](../../protocols/azure.md) | |
64-
| [OpenStack Object Storage](../../protocols/openstack/index.md) | |
55+
| Protocol | Support |
56+
|---------------------------------------------------------------------------|:-------:|
57+
| [Local Disk](../../protocols/index.md#local-disk) | |
58+
| [SFTP](../../protocols/sftp/index.md#free-space-calculation-is-incorrect) | |
59+
| [FTP](../../protocols/ftp.md) | |
60+
| [WebDAV](../../protocols/webdav/index.md) | |
61+
| [Google Drive](../../protocols/googledrive.md) | |
62+
| [Google Cloud Storage](../../protocols/googlecloudstorage.md) | |
63+
| [Microsoft OneDrive](../../protocols/onedrive.md#quota) | |
64+
| [Microsoft Sharepoint](../../protocols/sharepoint.md#quota) | |
65+
| [Files.com](../../protocols/files.com.md) | |
66+
| [DRACOON](../../protocols/dracoon.md) | |
67+
| [Backblaze B2](../../protocols/b2.md) | |
68+
| [Box.com](../../protocols/box.md) | |
69+
| [Dropbox](../../protocols/dropbox.md) | |
70+
| [Nextcloud](../../protocols/webdav/nextcloud.md) | |
71+
| [ownCloud](../../protocols/webdav/nextcloud.md) | |
72+
| [S3](../../protocols/s3/index.md) | |
73+
| [SMB](../../protocols/smb.md) | |
74+
| [Windows Azure ](../../protocols/azure.md) | |
75+
| [OpenStack Object Storage](../../protocols/openstack/index.md) | |
6576

6677
:::{admonition} Limited Support
6778
:class: attention
6879

69-
- **[Microsoft OneDrive](../../protocols/onedrive.md#quota)**: Quota is only supported when setting the *Path* in the bookmark configuration to a folder different from `/`.
70-
- **[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.
71-
:::
80+
- **[Microsoft OneDrive](../../protocols/onedrive.md#quota)**: Quota is only supported when setting the *Path* in the
81+
bookmark configuration to a folder different from `/`.
82+
- **[Microsoft SharePoint](../../protocols/sharepoint.md#quota)**: Quota is only supported when setting the *Path* in
83+
the bookmark configuration to a *Drives* folder in a SharePoint site folder.
84+
:::
7285

73-
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.
86+
Some protocols do not report the available quota. Finder and Windows Explorer will show exabyte values in *Online*
87+
connect mode and the available space within the synchronization cache location on your local disk in *Smart
88+
Synchronization* connect mode for the affected protocols.
7489

7590
:::{note}
7691
Quota support can be [disabled](../../protocols/sftp/index.md#free-space-calculation-is-incorrect) for all protocols.

0 commit comments

Comments
 (0)