diff --git a/Formatting_Cheat-Sheet.md b/Formatting_Cheat-Sheet.md index 49b0d8c4..c9924e9d 100644 --- a/Formatting_Cheat-Sheet.md +++ b/Formatting_Cheat-Sheet.md @@ -57,7 +57,7 @@ test [Formatting Cheat Sheet](Formatting_Cheat-Sheet) ``` -{download}`Titel` +{download}`Title` ``` --- diff --git a/cli/index.md b/cli/index.md index 120edf7a..0b93c9f9 100644 --- a/cli/index.md +++ b/cli/index.md @@ -224,7 +224,7 @@ duck --username --list s3:// #### `--retry` -Retry requests with I/O failures once per default. Useful on connnection timeout or latency issues. +Retry requests with I/O failures once per default. Useful on connection timeout or latency issues. #### `--verbose` diff --git a/cyberduck/browser.md b/cyberduck/browser.md index 3448caa9..28a27fe5 100644 --- a/cyberduck/browser.md +++ b/cyberduck/browser.md @@ -20,7 +20,7 @@ Navigate into a folder with a double-click *(`⌘↓`)* or one level up by using ```` ````{group-tab} Windows -You can expand and collaps folders using the right and left arrow keys in the outline view. +You can expand and collapse folders using the right and left arrow keys in the outline view. Navigate into a folder with a doubl-click *(`Ctrl+Down`)* or one level up by using the ▲ button next to the path-field *(`Ctrl+Up`)*. @@ -183,7 +183,7 @@ Use the *File → Print* option where you can open a PDF from the browser listin ### Folder Icon Badges -Folder icons are badged for paticular access permissions. +Folder icons are badged for particular access permissions. ```{image} _images/privatefolderbadge.png :alt: Private Folder Badge diff --git a/cyberduck/connection.md b/cyberduck/connection.md index f9242cd2..c9b58a99 100644 --- a/cyberduck/connection.md +++ b/cyberduck/connection.md @@ -191,7 +191,7 @@ Choose *Cyberduck → Preferences → Connection → Use system proxy settings*. ### Additional Settings -#### Prefer IPv6 Adresses of DNS Lookups +#### Prefer IPv6 Addresses of DNS Lookups A [hidden configuration option](preferences.md#hidden-configuration-options). @@ -203,7 +203,7 @@ A [hidden configuration option](preferences.md#hidden-configuration-options). defaults write ch.sudo.cyberduck rendezvous.enable false -#### Disable Bonjour Notifications in Notification Center and Sytem Tray +#### Disable Bonjour Notifications in Notification Center and System Tray A [hidden configuration option](preferences.md#hidden-configuration-options). By default, the limit is set to allow not more than `30` notifications per minute. diff --git a/cyberduck/edit.md b/cyberduck/edit.md index 168cb323..1a2c7ec3 100644 --- a/cyberduck/edit.md +++ b/cyberduck/edit.md @@ -4,7 +4,7 @@ Edit Files 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. ## Default Editor -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. +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. ```{image} _images/Edit_With_Application.png :alt: Edit with Application diff --git a/cyberduck/transfer.md b/cyberduck/transfer.md index 0e9c50f5..ec7b0485 100644 --- a/cyberduck/transfer.md +++ b/cyberduck/transfer.md @@ -220,7 +220,7 @@ Enabling change of modification date slows down the transfer rate when uploading A [hidden configuration option](preferences.md#hidden-configuration-options). Edit the available options (in bytes). - defaults write ch.sudo.cyberduck queue.bandwith.options 102400,1073741824 + defaults write ch.sudo.cyberduck queue.bandwidth.options 102400,1073741824 ### Badge Dock Icon diff --git a/mountainduck/installation/index.md b/mountainduck/installation/index.md index 950d9eda..7b41172a 100644 --- a/mountainduck/installation/index.md +++ b/mountainduck/installation/index.md @@ -51,7 +51,7 @@ For **macOS Ventura and later**, the setting can be found in *System Settings [Download](https://mountainduck.io/changelog/) MSI Installer for corporate environments. Requires prior installation of *Microsoft .NET Framework 4.5.2*. ```{note} -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. +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. ``` ```` diff --git a/mountainduck/interface.md b/mountainduck/interface.md index e808859c..0499e9e0 100644 --- a/mountainduck/interface.md +++ b/mountainduck/interface.md @@ -140,7 +140,7 @@ Use ````{group-tab} Windows -Enter the commmand ` %AppData%/Cyberduck/Bookmarks/` in *cmd.exe*. +Enter the command ` %AppData%/Cyberduck/Bookmarks/` in *cmd.exe*. ```` ````` @@ -178,7 +178,7 @@ You can unmount volumes using your command-line interface (CLI). Use `umount -You can unmount volumes using your commmand-line interface (CLI). Use `net use : /delete` in *cmd.exe* +You can unmount volumes using your command-line interface (CLI). Use `net use : /delete` in *cmd.exe* ```` diff --git a/mountainduck/issues/index.md b/mountainduck/issues/index.md index b448626e..11f601a7 100644 --- a/mountainduck/issues/index.md +++ b/mountainduck/issues/index.md @@ -68,7 +68,7 @@ Files matching the following naming pattern are excluded from folder listings an - `\` (backslash) - `|` (vertical bar or pipe) - `?` (question mark) -- `*` (asterik) +- `*` (asterisk) ```` ````` @@ -241,7 +241,7 @@ The Spotlight search does not work on remote volumes. **Spotlight indexer**
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 `. Additionally, [mount location](../preferences.md#mount-location) to a directory without the extension `.noindex`. ```{attention} -Enabling Spotlight can cause high CPU and bandwith usage while indexing folders. +Enabling Spotlight can cause high CPU and bandwidth usage while indexing folders. ``` @@ -254,7 +254,7 @@ It may be that Finder closes the connection because Mountain Duck hasn't answere This is an issue within the operating system that can occur to any network drive. **Additional `._*` Files Saved on Remote Volumes**
- 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 `. + 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 `. 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: @@ -273,7 +273,7 @@ If you get this error message you most likely haven't restarted your system afte **Missing Files in Windows Explorer**
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. -To work around this Windows limitaion you can enable long path support in Windows 10 as of version 1607. +To work around this Windows limitation you can enable long path support in Windows 10 as of version 1607. 1. Open the *Local Group Policy editor* (search for *Edit Group Policy*) 2. Navigate to *Local Computer Policy → Computer Configuration → Administrative Templates → System → Filesystem* diff --git a/mountainduck/preferences.md b/mountainduck/preferences.md index 0728ccc5..60433c47 100644 --- a/mountainduck/preferences.md +++ b/mountainduck/preferences.md @@ -87,7 +87,7 @@ Files selected to always keep offline are never automatically removed from the c By default, files are kept in cache for 30 days and the cache is limited to a maximum size of 5GiB. ```{attention} -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. +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. ``` ## Notifications diff --git a/protocols/box.md b/protocols/box.md index a0749dea..eb5ffe05 100644 --- a/protocols/box.md +++ b/protocols/box.md @@ -14,7 +14,7 @@ Download [Mountain Duck](https://mountainduck.io/) as an alternative to *Box Dri ## Connecting -Use the default *Box* connection profile to connect to your server using the Box API. This allows to have Multi-Factor Authentication enabled for your accout. +Use the default *Box* connection profile to connect to your server using the Box API. This allows to have Multi-Factor Authentication enabled for your account. ### Alternate Connection Options diff --git a/protocols/dracoon.md b/protocols/dracoon.md index f5062f89..9c5c56ee 100644 --- a/protocols/dracoon.md +++ b/protocols/dracoon.md @@ -27,7 +27,7 @@ The DRACOON (OAuth) connection profile is bundled by default with Cyberduck. ### Authentication with username and password -To authenticate with your username and password, use the _DRACOON (OAuth Password Flow)_ profile. Instead of retrieving an authentication code by logging in using a web browser, the profile uses the OAuth password flow to authenticate. This is most usefull when working with [Cyberduck CLI](https://duck.sh/). +To authenticate with your username and password, use the _DRACOON (OAuth Password Flow)_ profile. Instead of retrieving an authentication code by logging in using a web browser, the profile uses the OAuth password flow to authenticate. This is most useful when working with [Cyberduck CLI](https://duck.sh/). ## Client-Side Encryption diff --git a/protocols/ftp.md b/protocols/ftp.md index 695d06f3..efb33a55 100644 --- a/protocols/ftp.md +++ b/protocols/ftp.md @@ -121,7 +121,7 @@ You can set Cyberduck or a third party application as the default application (p This has been fixed in Cyberduck 7.3.0. Cyberduck has overwritten the default Windows FTP protocol integration through Internet Explorer. This effectively disabled the Windows "Add Network location" for FTP-protocol. To reset this back to default you have to run following Registry-file which will reset the FTP-protocol registration back to default. -- {download}`ftp-default.reg<../_static/Ressources/ftp-default.reg>` | This has been tested for Windows 10 1909 only. This may or may not work for previous versions of Windows. +- {download}`ftp-default.reg<../_static/Resources/ftp-default.reg>` | This has been tested for Windows 10 1909 only. This may or may not work for previous versions of Windows. Applying Registry-files is not riskless and should be avoided if not necessary. Alternatively, you may apply following sequence to get the FTP-protocol handler definitions for your operating system version: diff --git a/protocols/irods.md b/protocols/irods.md index 2317dc9a..1c01686f 100644 --- a/protocols/irods.md +++ b/protocols/irods.md @@ -38,7 +38,7 @@ To authenticate with PAM, prefix the username with PAM:or set it in the [connect Authorization PAM -### Ressource Server +### Resource Server You can specify a non-default resource server in the Region key of the [connection profile](index.md#connection-profiles) using a colon-separated syntax (Issue [#8721](https://github.com/iterate-ch/cyberduck/issues/8721)) such as diff --git a/protocols/openstack/index.md b/protocols/openstack/index.md index ccd9f7ad..599145ff 100644 --- a/protocols/openstack/index.md +++ b/protocols/openstack/index.md @@ -41,7 +41,7 @@ All connection profiles are available through the *Preferences → Profiles* tab ### Authentication Context Path -#### Authetication with `devauth` for Context `/v1.0` +#### Authentication with `devauth` for Context `/v1.0` Legacy authentication option. diff --git a/protocols/openstack/infomaniak.md b/protocols/openstack/infomaniak.md index fadb71fe..9e20956f 100644 --- a/protocols/openstack/infomaniak.md +++ b/protocols/openstack/infomaniak.md @@ -28,7 +28,7 @@ Log in to your *Infomaniak OpenStack Swift space* via this preconfigured connect Enter the following information in the [bookmark](../../cyberduck/bookmarks.md): -- Project:Domain:Username: `Informations available in your Infomaniak manager. Example: PCP-XXXXXX:Default:PCU-XXXXXX` +- Project:Domain:Username: `Information available in your Infomaniak manager. Example: PCP-XXXXXX:Default:PCU-XXXXXX` - Password: `password is the same as the one you use for the OpenStack dashboard` ### References diff --git a/protocols/s3/index.md b/protocols/s3/index.md index 6173b8c1..11bd2184 100644 --- a/protocols/s3/index.md +++ b/protocols/s3/index.md @@ -82,7 +82,7 @@ The default port is `80`. **HTTPS**
-The defaut port is `443`. +The default port is `443`. - {download}`Download` the *S3 (HTTPS) profile* for preconfigured settings. ```` @@ -97,13 +97,13 @@ An incomplete list of known providers that require the use of AWS2 **HTTP**
-The defaut port is `80`. +The default port is `80`. - {download}`Download` the S3 AWS2 Signature Version (HTTP) profile for preconfigured settings. **HTTPS**
-The defaut port is `443`. +The default port is `443`. - {download}`Download` the S3 AWS2 Signature Version (HTTPS) profile for preconfigured settings. ```` @@ -477,7 +477,7 @@ Sets the time, in days, between when an object is uploaded to the bucket and whe ### Restored Glacier files in Mountain Duck -Temporarly restored files from *Glacier* won't change the storage class and therefor won't be listed by Mountain Duck. To make restored Glacier files available in Mountain Duck make sure to change the file's storage class in the S3 tab of the [Cyberduck Info window](../../cyberduck/info.md#provider-panel). +Temporarly restored files from *Glacier* won't change the storage class and therefore won't be listed by Mountain Duck. To make restored Glacier files available in Mountain Duck make sure to change the file's storage class in the S3 tab of the [Cyberduck Info window](../../cyberduck/info.md#provider-panel). ## Access Control (ACL) @@ -571,7 +571,7 @@ Share links cannot be created when failing to update the ACLs on a file because * Bucket has "Object Ownership" set to "Bucket owner enforced" ([ACLs disabled](https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html?icmpid=docs_amazons3_console)). Error message: `This bucket does not allow ACLs` -* ["Block public acccess"](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html?icmpid=docs_amazons3_console) is enabled on bucket. Error message: `Access denied` +* ["Block public access"](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html?icmpid=docs_amazons3_console) is enabled on bucket. Error message: `Access denied` ## Metadata diff --git a/protocols/s3/ionos.md b/protocols/s3/ionos.md index 34bc9cee..a1a7dfc7 100644 --- a/protocols/s3/ionos.md +++ b/protocols/s3/ionos.md @@ -17,7 +17,7 @@ All connection profiles are available through the *Preferences → Profiles* tab ### Object storage keys -1. Sign into your **IONOS Data Center Designer** and navigate to the **User Manager** via the menu bar **Ressource Manager** section. +1. Sign into your **IONOS Data Center Designer** and navigate to the **User Manager** via the menu bar **Resource Manager** section. 2. Select a user and click on the **Object Storage Keys** tab on the right. 3. Choose **Generate Key** and confirm the action with **OK**. The object storage key will be generated automatically. diff --git a/protocols/s3/polycloud.md b/protocols/s3/polycloud.md index 4b6ee984..fdae4039 100644 --- a/protocols/s3/polycloud.md +++ b/protocols/s3/polycloud.md @@ -10,7 +10,7 @@ Polycloud Double-click on the downloaded file to activate the connection profile. Enter the following authentication credentials to the bookmark: - Server: `polycloud.crowdapis.com` - Access Key ID: Access Key Credentials -- Secret Acces Key: Access Key Credentials +- Secret Access Key: Access Key Credentials ### How to Create Application Keys diff --git a/protocols/sftp/index.md b/protocols/sftp/index.md index 82fcef90..8f01fe6f 100644 --- a/protocols/sftp/index.md +++ b/protocols/sftp/index.md @@ -68,7 +68,7 @@ which is then used when configuring a new bookmark. If you have a configuration in your `~/.ssh/config` make sure to specify the `Host` alias as hostname in your bookmark configuration. This is important for cases the `Host` alias is different from the `HostName`: Host myhostalias - HostName myverylonghostname.exmaple.com + HostName myverylonghostname.example.com User myusername IdentityFile ~/.ssh/mykey-rsa.pub @@ -135,7 +135,7 @@ The following agents are supported: ```` ```{tip} -When authenticating using Public Key Authentication with an SSH agent containing multiple identities, it makes sense to add `IdentitiesOnly yes` in `~/.ssh/config` to limit authentication attempts with this identity only. Otherwise the server may deny the connection because of too many login failures and you will recieve the error _Too many authentication failures_. +When authenticating using Public Key Authentication with an SSH agent containing multiple identities, it makes sense to add `IdentitiesOnly yes` in `~/.ssh/config` to limit authentication attempts with this identity only. Otherwise the server may deny the connection because of too many login failures and you will receive the error _Too many authentication failures_. ``` Since the private key is not always available on the filesystem, specifying a public key as `IdentifyFile` is also supported. This can be used to authenticate using an SSH agent backed by a hardware token containing the private key for example. @@ -405,4 +405,4 @@ The available space for a volume mounted over SFTP is determined using quota fea You can work around the issue using one of the following options: - Set a default path you want to connect to within the bookmark *Path* option. -- Disable the feature within Mountain Duck by setting the [hidden property](../../cyberduck/preferences.md#hidden-configuration-options) `fs.quota.enable=false` in *%AppData%\Cyberduck\default.properties* on Windows or in *\~/Library/Group Containers/G69SCX94XU.duck/Library/Application Support/duck/deafult.properties* on macOS. If the file doesn't exist create it within the [application support folder](../../mountainduck/support.md#application-support-folder). +- Disable the feature within Mountain Duck by setting the [hidden property](../../cyberduck/preferences.md#hidden-configuration-options) `fs.quota.enable=false` in *%AppData%\Cyberduck\default.properties* on Windows or in *\~/Library/Group Containers/G69SCX94XU.duck/Library/Application Support/duck/default.properties* on macOS. If the file doesn't exist create it within the [application support folder](../../mountainduck/support.md#application-support-folder). diff --git a/protocols/webdav/gmx.md b/protocols/webdav/gmx.md index 68816f0e..e0e66065 100644 --- a/protocols/webdav/gmx.md +++ b/protocols/webdav/gmx.md @@ -1,7 +1,7 @@ GMX Cloud ==== -> Die sichere [GMX Cloud](https://www.gmx.net/cloud/) steht Ihnen als Nutzer kostenlos im Postfach zur Verfügung. Über die Cloud können Sie online auf Ihre Dateien zugreifen – überall und jederzeit. +> Die sichere [GMX Cloud](https://www.gmx.net/cloud/) steht Ihnen also Nutzer kostenlos im Postfach zur Verfügung. Über die Cloud können Sie online auf Ihre Dateien zugreifen – überall und jederzeit. ## Connecting diff --git a/protocols/webdav/index.md b/protocols/webdav/index.md index 1f6e8563..00c4bfab 100644 --- a/protocols/webdav/index.md +++ b/protocols/webdav/index.md @@ -71,7 +71,7 @@ TLSv1 and TLSv1.1 are no longer supported as of Mutual (two-way) TLS with a client certificate for authentication is supported. -#### Prompt to Authenticate with Certificate When Negociating Secure (TLS) Connection +#### Prompt to Authenticate with Certificate When Negotiating Secure (TLS) Connection When a server requests a client certificate for authentication, a prompt is displayed to choose a certificate with a private key that matches the given issuer name requested from the server. Matching certificates are searched for in the *Keychain* on macOS or the *Windows Certificate Manager* respectively.