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
#### Disable Bonjour Notifications in Notification Center and Sytem Tray
206
+
#### Disable Bonjour Notifications in Notification Center and System Tray
207
207
208
208
A [hidden configuration option](preferences.md#hidden-configuration-options). By default, the limit is set to allow not more than `30` notifications per minute.
Copy file name to clipboardExpand all lines: cyberduck/edit.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Edit Files
4
4
You can edit a file just as a local file in an external editor by clicking the Edit toolbar button or by choosing *File → Edit With*. The file will be downloaded to a temporary directory and opened with the preferred editor. The file will be uploaded to the server every time you choose *File → Save* in the Editor application. The file is not changed on the server if you just close the document without saving it or if the content has not changed.
5
5
6
6
## Default Editor
7
-
The default editor opened for a file is selected depeding on the file type. If no application is found to handle the file type the default eidtor chosen in *Preferences* is used instead.
7
+
The default editor opened for a file is selected depending on the file type. If no application is found to handle the file type the default eidtor chosen in *Preferences* is used instead.
Copy file name to clipboardExpand all lines: mountainduck/installation/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ For **macOS Ventura and later**, the setting can be found in *System Settings
51
51
[Download](https://mountainduck.io/changelog/) MSI Installer for corporate environments. Requires prior installation of *Microsoft .NET Framework 4.5.2*.
52
52
53
53
```{note}
54
-
Using the MSI Installer, you'll have to install the *MSI Package Shell Extension for 32bit applications* **and** *MSI Package Shell Extension for 64bit applications* separatly. Both packages are needed to enable the explorer extension.
54
+
Using the MSI Installer, you'll have to install the *MSI Package Shell Extension for 32bit applications* **and** *MSI Package Shell Extension for 64bit applications* separately. Both packages are needed to enable the explorer extension.
Copy file name to clipboardExpand all lines: mountainduck/interface.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ Use
140
140
141
141
````{group-tab} Windows
142
142
143
-
Enter the commmand `<path to Mountainduck.exe> %AppData%/Cyberduck/Bookmarks/<Bookmarkfile>` in *cmd.exe*.
143
+
Enter the command `<path to Mountainduck.exe> %AppData%/Cyberduck/Bookmarks/<Bookmarkfile>` in *cmd.exe*.
144
144
145
145
````
146
146
`````
@@ -178,7 +178,7 @@ You can unmount volumes using your command-line interface (CLI). Use `umount <bo
178
178
In *File Explorer* in "This PC" view or the sidebar on the left of the *File Explorer* window, open the context menu for your mounted drive and select *Disconnect*.
179
179
180
180
**Disconnect using command line**<br/>
181
-
You can unmount volumes using your commmand-line interface (CLI). Use `net use <drive letter>: /delete` in *cmd.exe*
181
+
You can unmount volumes using your command-line interface (CLI). Use `net use <drive letter>: /delete` in *cmd.exe*
Copy file name to clipboardExpand all lines: mountainduck/issues/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Files matching the following naming pattern are excluded from folder listings an
68
68
- `\` (backslash)
69
69
- `|` (vertical bar or pipe)
70
70
- `?` (question mark)
71
-
- `*` (asterik)
71
+
- `*` (asterisk)
72
72
73
73
````
74
74
`````
@@ -241,7 +241,7 @@ The Spotlight search does not work on remote volumes.
241
241
**Spotlight indexer**<br/>
242
242
To prevent the indexing through Spotlight the default mount location has been changed to `Volumes.noindex`. In case you **do** want the mount location to be indexed by Spotlight, use the *Terminal.app* command `mdutil -i on <mount location>`. Additionally, [mount location](../preferences.md#mount-location) to a directory without the extension `.noindex`.
243
243
```{attention}
244
-
Enabling Spotlight can cause high CPU and bandwith usage while indexing folders.
244
+
Enabling Spotlight can cause high CPU and bandwidth usage while indexing folders.
245
245
```
246
246
247
247
@@ -254,7 +254,7 @@ It may be that Finder closes the connection because Mountain Duck hasn't answere
254
254
This is an issue within the operating system that can occur to any network drive.
255
255
256
256
<del> **Additional `._*` Files Saved on Remote Volumes** </del> <br/>
257
-
<del> The `._*` files contain metadata about the files some applications write in additional to the file content. On macOS, this metadata can be stored alongside the file on the filesystem, but on remote volumes, with no metadata suppport, an auxiliary file is created to contain this information. You can delete metadata on files using `xattr -d <filename>`. </del>
257
+
<del> The `._*` files contain metadata about the files some applications write in additional to the file content. On macOS, this metadata can be stored alongside the file on the filesystem, but on remote volumes, with no metadata support, an auxiliary file is created to contain this information. You can delete metadata on files using `xattr -d <filename>`. </del>
258
258
259
259
As of version [2.1](https://mountainduck.io/changelog/), extended attributes are only saved in a temporary location and not stored on the mounted remote volume. If you want to revert to saving extended attributes to the server, enter in a *Terminal.app* window:
260
260
@@ -273,7 +273,7 @@ If you get this error message you most likely haven't restarted your system afte
273
273
**Missing Files in Windows Explorer**<br/>
274
274
Windows has a limitation on the maximum path length. It might happen that Mountain Duck exceeds this maximum for long file names when trying to create placeholders in the local cache. If Mountain Duck is unable to create a placeholder file for a remote file it will not appear in the Windows Explorer listing.
275
275
276
-
To work around this Windows limitaion you can enable long path support in Windows 10 as of version 1607.
276
+
To work around this Windows limitation you can enable long path support in Windows 10 as of version 1607.
277
277
278
278
1. Open the *Local Group Policy editor* (search for *Edit Group Policy*)
279
279
2. Navigate to *Local Computer Policy → Computer Configuration → Administrative Templates → System → Filesystem*
Copy file name to clipboardExpand all lines: mountainduck/preferences.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Files selected to always keep offline are never automatically removed from the c
87
87
By default, files are kept in cache for 30 days and the cache is limited to a maximum size of 5GiB.
88
88
89
89
```{attention}
90
-
The settings apply separately for each bookmark. The synchronization cache gets cleared based on the choosen cache limit after Mountain Duck is started and every 24h as long as Mountain Duck is running.
90
+
The settings apply separately for each bookmark. The synchronization cache gets cleared based on the chosen cache limit after Mountain Duck is started and every 24h as long as Mountain Duck is running.
0 commit comments