You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mountainduck/connect/integrated.md
+57-10
Original file line number
Diff line number
Diff line change
@@ -22,22 +22,69 @@ You can access files in _Integrated_ connect mode without being always connected
22
22
23
23
Files and folders on a mounted volume have a status icon overlay in _File Explorer_ (Windows) and _Finder_ (macOS).
24
24
25
-
`````{tabs}
26
-
````{group-tab} macOS
25
+
###  Up to Date
26
+
The file or the contents of a directory has been opened and downloaded to your computer and therefore currently synced with the server or cloud storage. The file takes disk space on your computer and can always be opened even when no connection to the server or cloud storage is possible. New files in a directory on the remote server will appear as *Online Only* and are not downloaded automatically. Files copied to a volume are kept cached by default.
27
27
28
-
An additional icon next to the filename is displayed in Finder denoting the synchronization status in _Integrated_ connect mode.
28
+
```{note}
29
+
Files can be purged automatically from the cache when not accessed or the cache size limit is exceeded. Refer to [Cache Limitations](../preferences.md#cache-limitations).
30
+
```
31
+
32
+
###  Online Only
33
+
The file can only be opened when a connection to the server or cloud storage can be made. The file does not take any space on your computer. The file is downloaded on demand when you open it.
The file or folder is selected to be synced with the server or cloud storage to always keep offline. The file takes disk space on your computer and can always be opened even when no connection to the server or cloud storage is possible. New files in a directory on the remote server will be downloaded automatically.
47
+
48
+
```{tip}
49
+
Files explicitly selected to keep offline are **not** automatically purged. Refer to [Cache Limitations](../preferences.md#cache-limitations).
50
+
```
33
51
52
+
###  Sync in Progress
53
+
The file or folder is currently syncing with the server or cloud storage. Check the menu with the sync status for current download or upload progress.
34
54
35
-
````
36
-
````{group-tab} Windows
55
+
###  Sync Error
56
+
Files that failed to sync after changes. You are missing permission to write to the file or another problem occurred. Please contact your web hosting service provider for assistance. To resolve the error, move the file to your local disk, and reload the directory. Refer to [Sync Conflicts](sync.md#sync-conflicts) for possible error scenarios. You can try to repeat the failed transfer by selecting *Mountain Duck → Retry* in the [context menu](sync.md#context-menu-options). If a sync error cannot be solved using *Mountain Duck → Retry* because the server does not allow the operation (i.e. due to a permission issue), you can resolve the error state on the file or folder by
37
57
58
+
- Move the file or folder to another location on the volume
59
+
- Delete the file or folder
60
+
- To upload files to a target directory no longer existing on the server, you have to move the files to a location found on the server.
61
+
62
+
:::{admonition} macOS only
63
+
:class: note
64
+
```{image} ../_images/File_Provider_Ignored.png
65
+
:alt: File Provider Icon
66
+
:width: 24px
67
+
:align: left
68
+
```
69
+
This additional icon displayed next to the filename in Finder.app indicates the file is not synced.
70
+
:::
71
+
72
+
###  Sync Paused
73
+
The file or folder is pending syncing with the server but synchronization has been [paused](#pause-sync).
74
+
75
+
###  Ignored
76
+
The file or folder is only saved in local cache and not synced. New _Folders_, empty files and files matching [excluded filename patterns](../issues/index.md#filenames) are not uploaded. Folders are uploaded after being renamed.
77
+
78
+
:::{admonition} macOS only
79
+
:class: note
80
+
```{image} ../_images/File_Provider_Error.png
81
+
:alt: File Provider Icon
82
+
:width: 24px
83
+
:align: left
84
+
```
85
+
This additional icon displayed next to the filename in Finder.app indicates a sync error for the file.
0 commit comments