From 989ef81e08f692729d4390a9f9835b48b21ea92a Mon Sep 17 00:00:00 2001 From: Cassie205 Date: Mon, 15 Jul 2024 20:29:05 +0200 Subject: [PATCH] Review Capitalization --- cli/index.md | 6 +++--- cyberduck/bookmarks.md | 4 ++-- cyberduck/browser.md | 2 +- cyberduck/connection.md | 2 +- cyberduck/edit.md | 4 ++-- cyberduck/faq.md | 8 ++++---- cyberduck/preferences.md | 2 +- cyberduck/spotlight.md | 2 +- cyberduck/transfer.md | 6 +++--- mountainduck/connect/index.md | 2 +- mountainduck/connect/online.md | 2 +- mountainduck/connect/sync.md | 9 ++++----- mountainduck/installation/licensing.md | 26 +++++++++++++------------- mountainduck/interface.md | 2 +- mountainduck/issues/fastcgi.md | 2 +- mountainduck/issues/index.md | 8 ++++---- mountainduck/preferences.md | 2 +- protocols/dracoon.md | 2 +- protocols/dropbox.md | 4 ++-- protocols/ftp.md | 2 +- protocols/googledrive.md | 2 +- protocols/irods.md | 4 ++-- protocols/openstack/ovh.md | 2 +- protocols/profiles/index.md | 4 ++-- protocols/s3/index.md | 16 ++++++++-------- protocols/s3/seagate.md | 2 +- protocols/s3/wasabi.md | 2 +- protocols/sftp/index.md | 4 ++-- protocols/webdav/kdrive.md | 2 +- protocols/webdav/nextcloud.md | 2 +- 30 files changed, 68 insertions(+), 69 deletions(-) diff --git a/cli/index.md b/cli/index.md index ebfc1b8e..2f08fac1 100644 --- a/cli/index.md +++ b/cli/index.md @@ -276,7 +276,7 @@ duck --download protocol:/ / duck --download protocol:/ / ``` -#### Glob pattern support for selecting files to transfer +#### Glob Pattern Support for Selecting Files to Transfer You can transfer multiple files with a single command using a glob pattern for filename inclusion such as ```{code-block} @@ -309,14 +309,14 @@ If your shell supports glob expansion you can use a wildcard pattern to select f duck --upload protocol:///directory/ ~/*.jpg ``` -### Synchronize folders with `--synchronize` +### Synchronize Folders with `--synchronize` * Synchronize directory `` with directory `folder` on disk using ```{code-block} duck --synchronize protocol:// folder/ ``` -#### Custom configuration options for uploads to S3 +#### Custom Configuration Options for Uploads to S3 Add default metadata for uploads using the [preferences option to read from the environment](#preferences). The property is documented in [Default metadata](../protocols/s3/index.md#default-metadata). diff --git a/cyberduck/bookmarks.md b/cyberduck/bookmarks.md index fa9323eb..ae8765a0 100644 --- a/cyberduck/bookmarks.md +++ b/cyberduck/bookmarks.md @@ -209,7 +209,7 @@ You are asked if you want to import bookmarks from the following list of applica :width: 600px ``` -## Sharing Bookmarks between Different Computers +## Sharing Bookmarks Between Different Computers You can share bookmarks between different computers and users by uploading the *Bookmarks* and *Profiles* folder to a Cloud Storage of your liking and creating a symbolic link to it. @@ -217,7 +217,7 @@ You can share bookmarks between different computers and users by uploading the * This only works properly while using the standalone version of Cyberduck or Mountain Duck. The App Store version is unable to list the existing bookmarks from the symbolic link. ``` -**Step by step instructions using Dropbox as an example:**
+**Step by Step Instructions Using Dropbox as an Example:**
`````{tabs} ````{group-tab} macOS diff --git a/cyberduck/browser.md b/cyberduck/browser.md index 018dfed1..0c58c812 100644 --- a/cyberduck/browser.md +++ b/cyberduck/browser.md @@ -36,7 +36,7 @@ Enable tabs by default when choosing *File → New Browser (`⌘N`)* by selectin ``` -### Spring-loaded Folders +### Spring-Loaded Folders Spring-loaded folders are a feature that allows you to move a file or even another folder, into a folder deeply nested within several other folders using drag and drop. To enable, choose *Preferences → Browser → Use spring-loaded folders when dragging files* and adjust the delay for the folder to expand when hovering over with the mouse. Note that spring-loaded folders are only supported in the outline view. diff --git a/cyberduck/connection.md b/cyberduck/connection.md index 0b9298a1..e019b95c 100644 --- a/cyberduck/connection.md +++ b/cyberduck/connection.md @@ -189,7 +189,7 @@ Search for and save password for connections. You might need to adjust the timeout to wait for an answer from the server. The default is set to `30` seconds. -#### Repeat failed networking tasks +#### Repeat Failed Networking Tasks Failed transfers due to network connection issues such as a low latency can be chosen to be repeated with a configurable number of retries. diff --git a/cyberduck/edit.md b/cyberduck/edit.md index a40f5090..ad8663b3 100644 --- a/cyberduck/edit.md +++ b/cyberduck/edit.md @@ -46,13 +46,13 @@ A [hidden configuration option](preferences.md#hidden-configuration-options). defaults write ch.sudo.cyberduck editor.upload.temporary false -### Exclude files from versioning +### Exclude Files from Versioning Files can be excluded from versioning by using a [hidden configuration option](preferences.md#hidden-configuration-options). versioning.include.regex=.* -### Number of saved versions +### Number of Saved Versions Per default, the number of saved versions is limited to 5. The oldest version will be deleted once a new version is uploaded exceeding the limit. diff --git a/cyberduck/faq.md b/cyberduck/faq.md index 1d0030ef..87bb8ba1 100644 --- a/cyberduck/faq.md +++ b/cyberduck/faq.md @@ -21,7 +21,7 @@ Cyberduck is free software. Free software is a matter of the users' freedom to r :width: 600px ``` -#### What payment options are available? +#### What Payment Options are Available? Donations can be made by using PayPal or Credit card. Alternatively, you can purchase Cyberduck via App Store. @@ -56,11 +56,11 @@ If these steps are not resolving the trial expired message please follow these a 3. Paste it into the window 4. Run it and wait for completion. -### What are the System requirements for Cyberduck? +### What are the System Requirements for Cyberduck? The system requirements are listed in the [installation section](installation.md#system-requirements). -#### Can I install older version if necessary? +#### Can I Install Older Version if Necessary? The recent release can be found on our [website](https://cyberduck.io/download/). In case your operating system requires an older version of Cyberduck you can download installers for previous versions in our [changelog](https://cyberduck.io/changelog/). @@ -113,7 +113,7 @@ Preferences are stored in `%AppData%\Cyberduck\cyberduck.user.config`. Please no ```` ````` -## Where can I issue Bug Reports and Feature Requests? +## Where can I Issue Bug Reports and Feature Requests? To get help with bugs, feature requests, or other issues please refer to the [support page](support.md). diff --git a/cyberduck/preferences.md b/cyberduck/preferences.md index 0d17b89a..2cf4165d 100644 --- a/cyberduck/preferences.md +++ b/cyberduck/preferences.md @@ -32,7 +32,7 @@ Select the text editor you want to use a as default application to open with if Select connection profiles to be installed. Either scroll through the list or use the search function to look for a specific profile. The connection profiles will be installed after ticking the corresponding checkboxes. Installed protocols are displayed in the protocol dropdown menu in the bookmark window. To disable the connection profile simply untick the checkbox. -## Protocol specifics +## Protocol Specifics Manage protocol specific settings. diff --git a/cyberduck/spotlight.md b/cyberduck/spotlight.md index 9d27e3d7..42960792 100644 --- a/cyberduck/spotlight.md +++ b/cyberduck/spotlight.md @@ -1,7 +1,7 @@ Spotlight (macOS) ==== -## Search bookmarks with Spotlight +## Search Bookmarks with Spotlight Cyberduck includes a custom *Spotlight Importer Plugin* to search the contents of its bookmarks files. diff --git a/cyberduck/transfer.md b/cyberduck/transfer.md index eb257827..69dcb0b7 100644 --- a/cyberduck/transfer.md +++ b/cyberduck/transfer.md @@ -30,7 +30,7 @@ Some servers may not support resumable transfers and the file will be reloaded i You can interrupt a transfer using the *Stop* toolbar button. -## Open downloaded files +## Open Downloaded Files Use the *Open* toolbar button to open a downloaded file or folder. @@ -156,11 +156,11 @@ Skip transfer of files that already exist. ## Preferences -### Browser connection for file transfers +### Browser Connection for File Transfers If your server only allows one single connection to be opened for a given user, you'll have to transfer files using the browser connection. This will cause you to stop browsing files and folders while the transfer is in progress. You can choose to *Use the browser connection* or to a *Open a new connection* for file transfers in the [bookmark](bookmarks.md#edit-bookmark) setting. The default setting is configurable in the *Transfers* tab of [Preferences](preferences.md). -### Download/Upload setting for Existing Files +### Download/Upload Setting for Existing Files - **Prompt:** Asks what action to take for each transfer. - **Overwrite:** Overwrite existing files at the destination. diff --git a/mountainduck/connect/index.md b/mountainduck/connect/index.md index 7d35ae63..ddd1cbbe 100644 --- a/mountainduck/connect/index.md +++ b/mountainduck/connect/index.md @@ -32,7 +32,7 @@ In _Smart Synchronization_ connect mode, files are copied to a local cache for f | **[Lock Files](../locking.md)** | ✔︎ | ✔ | | **[Share Files](../share.md)** | ✔ | ✔ | -## Quota support +## Quota Support Mountain Duck displays the overall quota present on the server as available disk space on the mounted volume. | Protocol | Support | diff --git a/mountainduck/connect/online.md b/mountainduck/connect/online.md index 6c383384..fca69f3d 100644 --- a/mountainduck/connect/online.md +++ b/mountainduck/connect/online.md @@ -33,7 +33,7 @@ The file can only be opened when a connection to the server or cloud storage can The file or folder is only saved in a local [temporary](../issues/index.md#temporary-files) location and not uploaded. This includes files matching a [temporary filename pattern](../issues/index.md#filenames), empty files and new folders. -## Transfer progress +## Transfer Progress While transferring files and folders, a transfer [progress](../interface.md#copying-files) window shows in _Finder.app_ or _Windows Explorer_. When completed, the file(s) have been uploaded to the server. diff --git a/mountainduck/connect/sync.md b/mountainduck/connect/sync.md index 59ce3b98..d38108cd 100644 --- a/mountainduck/connect/sync.md +++ b/mountainduck/connect/sync.md @@ -65,7 +65,6 @@ The file or folder is only saved in local cache and not synced. New _Folders_, e ## Notifications - ```{image} ../_images/File_Updated_Notification.png :alt: File Updated Notification :width: 500px @@ -132,7 +131,7 @@ Choose _Mountain Duck → Retry_ to retry a sync operation failed previously wit The cache size can be limited per bookmark within the *Preferences → Sync* tab. Also files not accessed within a chosen period of time can be purged. Refer to [Cache Limitations](../preferences.md#cache-limitations). The cache contains obfuscated file contents on local disk to make files available when offline. -## Transfer progress +## Transfer Progress While transferring files and folders, a transfer [progress](../interface.md#copying-files) window shows in _Finder.app_ or _Windows Explorer_. When completed, the file(s) are queued for synchronization with the server. @@ -167,13 +166,13 @@ Syncing is also paused automatically when your network connection to the server When synchronization is paused by selecting _Pause Sync_ in the menu or caused by a connectivity problem, no changes from the server will be detected. Additionally, files marked as [Online Only](#online-only) cannot be opened: The application attempting to open the file will show an error message and a *Access Denied* notification is shown. ``` -### Cancel upload in progress +### Cancel Upload in Progress To abort the upload of a file, follow these steps: 1. Choose *Pause Synchronization* in the Mountain Duck _Synchronization_ menu. 2. Delete the file 3. *Resume Synchronization* in the dropdown menu. -### Cancel download in progress +### Cancel Download in Progress To abort the download of a file, follow these steps: 1. Choose *Pause Synchronization* in the Mountain Duck _Synchronization_ menu. 2. Select *Delete on local Disk* within the Mountain Duck [context menu](../interface.md#context-menu-in-finder-and-windows-file-explorer). @@ -208,7 +207,7 @@ The sync operation failed for the file. A file may show up with an error state i The application that was used for editing the file is displayed within the *Recent Files* area. ``` -### Reveal file +### Reveal File Selecting an item in the *Recent Files* section reveals the file in the _Finder_ (macOS) of _File Explorer_ (Windows). ### Clear Menu diff --git a/mountainduck/installation/licensing.md b/mountainduck/installation/licensing.md index 8ef4164c..90d83929 100644 --- a/mountainduck/installation/licensing.md +++ b/mountainduck/installation/licensing.md @@ -10,7 +10,7 @@ Mountain Duck is licensed on a per-seat basis. Each license is valid for one use Licenses are registered to the email address in use while purchasing. Buying more than one seat using the same email address, you will receive a single multi-user license file meant to be used for all users. -## Trial licenses +## Trial Licenses Downloading the [trial version](https://mountainduck.io/) of Mountain Duck, a license popup will open. Select `Request Trial` to download a 14-days trial license. @@ -20,38 +20,38 @@ Please reach out to [Mountain Duck support](mailto:support@mountainduck.io) for ## FAQ -### How many licenses do I need? +### How Many Licenses do I Need? Mountain Duck is licensed on a per-seat basis. You have to buy a license for everyone who wants to use the software. One license can be used on any number of computers as long as it is the same user accessing the software. -### Can I use the same license for the macOS and Windows version? +### Can I use the Same License for the macOS and Windows Version? Yes, the same registration key file can be used on both platforms. -### Can I use my single-user license at work and at home? +### Can I use my Single-User License at Work and at Home? Yes, but you cannot share it with your co-workers. -### Can I use my single-user license on multiple machines? +### Can I use my Single-User License on Multiple Machines? Yes, you may install Mountain Duck on multiple computers as long as it's exclusively used by yourself. -### We are a company with multiple users. Do you offer a site license? +### We are a Company with Multiple Users. Do you Offer a Site License? You need a multi-user license for the number of employees using Mountain Duck. -### Do you provide discounts for students and educational programs? +### Do you Provide Discounts for Students and Educational Programs? Yes, we offer a 30% discount for college/university students, staff and faculty at all grade levels. Use your academic email address and drop us a line at [support@mountainduck.io](mailto:support@mountainduck.io) to get your discount coupon. Please note that for academic labs with non-personal computers a per device licensing model applies. -### How does the licensing work in a Terminal Services environment? +### How Does the Licensing Work in a Terminal Services Environment? You need a license for each user who needs access to Mountain Duck through Remote Desktop Protocol (RDP) e.g. on Windows Server 2008 R2. -### How to install the registration key for a multi-user license? +### How to Install the Registration Key for a Multi-User License? You purchase multiple licenses contained in a single registration key to be installed on multiple computers. Double click the registration key file to register your license. In case you make use of a software management system on @@ -62,7 +62,7 @@ copying alongside the application. You always receive a single registration key containing all purchased licenses for multi-user deployments. ``` -### Is the registration key valid for future version? +### Is the Registration Key Valid for Future Version? The license is valid for one specific major version. For future major versions, we provide upgrade discounts depending on the date of purchase. @@ -72,7 +72,7 @@ To use the version from the Mac App Store after testing the application, you hav ## Known Issues -### No license file received +### No License File Received You won't receive a license file after purchasing via AppStore because the application is registered to the store account in use while purchasing. @@ -81,7 +81,7 @@ Additional reasons for a missing license file can be: - The license file will be sent to the registered email. Typos can misslead the email. - Check the spam folder of your email application. -### Not a valid registration key +### Not a Valid Registration Key Your license file is valid for an older version of Mountain Duck. Please upgrade your license file to use the latest version of the application or revert to an older version. @@ -91,6 +91,6 @@ An additional reason might be, that your email application changed the license f - Forward the mail to a different mail account where you possibly don’t have an issue downloading attachments. - Change the file extension of the license file back to `.mountainducklicense`. -### Recover license files +### Recover License Files Registration keys can be [recovered](https://mountainduck.io/help/) using the email address you registered while purchasing. diff --git a/mountainduck/interface.md b/mountainduck/interface.md index 4e064027..fbda6ffe 100644 --- a/mountainduck/interface.md +++ b/mountainduck/interface.md @@ -40,7 +40,7 @@ If Mountain Duck is newly installed on a Windows 11 system, the tray icon must b ````` -### Auto start +### Auto Start You can choose to automatically open Mountain Duck when logging in. Refer to [Preferences](preferences.md#login-item). Re-opening the application will open previously mounted volumes. If you choose *Enable Login Item* and *Save Workspace* in *Preferences → General* and do not manually eject the volume prior to reboot it will reconnect after login. diff --git a/mountainduck/issues/fastcgi.md b/mountainduck/issues/fastcgi.md index b727b579..6a46aee6 100644 --- a/mountainduck/issues/fastcgi.md +++ b/mountainduck/issues/fastcgi.md @@ -20,7 +20,7 @@ Most clients out there, including web browsers, use the former method and thus d In step 3 [Mountain Duck](https://mountainduck.io/) opens a connection to the remote server, send a `PUT` request with the HTTP header `Transfer-Encoding: chunked` and streams through all subsequent write callbacks. Finally, in step 6, the connection is closed. -### Related bug Reports +### Related Bug Reports Since the expected length is missing in the header the streaming characteristic of such requests makes them more difficult to be handled in the components being passed. From our research the issue only exists in environments that use Fast CGI to speak to their PHP application. See related bug reports diff --git a/mountainduck/issues/index.md b/mountainduck/issues/index.md index 13848629..28b0ca10 100644 --- a/mountainduck/issues/index.md +++ b/mountainduck/issues/index.md @@ -118,7 +118,7 @@ As a workaround uncheck *edit → Preferences... → Security (Enhanced) → Ena If your server does not accept the creation of `.` temporary files you might need to add the `--inplace` when running `rsync`. -### High CPU usage when working with Sublime Text +### High CPU Usage when Working with Sublime Text - When working with Sublime Text we recommend turning off indexing by adding the following setting to your user preferences in Sublime Text.
`"index_files": false` @@ -216,13 +216,13 @@ You can find this well documented by Microsoft at [Sync icon overlays are missin `````{tabs} ````{group-tab} macOS -**Missing status bar icon**
+**Missing Status Bar Icon**
Using applications customizing the status menus may lead to a missing status icon of Mountain Duck. This has been reported for the following applications: - _xbar_ - _MenuMeters_ - _IP in menubar_ -**Mount is not Visible within the Media Browser (Adobe Premiere)**
+**Mount is not Visible Within the Media Browser (Adobe Premiere)**
Bookmarks mounted by Mountain Duck aren't visible within the *Media Browser* of Adobe Premiere. The mount location needs to be [changed](../preferences.md#mount-location) (e.g. to the desktop) to make the mount visible. **Finder.app Does not Show Files Prefixed with `.` on Remote Volumes**
@@ -297,7 +297,7 @@ See Windows sessions above. It is not possible to run Mountain Duck as a Service **Mountain Duck Tooltip Persists on Screen**
You can close that overlay by holding your mouse cursor for about 3 seconds on the Mountain Duck icon within the Tray area. -**Dot files are not hidden**
+**Dot Files are not Hidden**
By default, files starting with `.` aren't hidden by Windows Explorer. You can change the default by using a [hidden configuration option](../preferences.md#hidden-configuration-options). browser.hidden.regex=\\..* diff --git a/mountainduck/preferences.md b/mountainduck/preferences.md index 03ec652d..db136bb5 100644 --- a/mountainduck/preferences.md +++ b/mountainduck/preferences.md @@ -52,7 +52,7 @@ Volumes are mounted in the *Volumes* folder in the [application support director **Note:** You **cannot** set it to `/Volumes` on macOS Mojave (10.14 or later) where the directory is not writable. The setting is not available in the version from the Mac App Store. The default is set to `~/Library/Group Containers/G69SCX94XU.duck/Library/Application Support/duck/Volumes.noindex`. -#### Show volumes on Desktop +#### Show Volumes on Desktop `````{tabs} ````{group-tab} macOS diff --git a/protocols/dracoon.md b/protocols/dracoon.md index 9c5c56ee..0a3c1bd2 100644 --- a/protocols/dracoon.md +++ b/protocols/dracoon.md @@ -25,7 +25,7 @@ Open a [free account](https://www.dracoon.com/en/free) with 10 users including 1 The DRACOON (OAuth) connection profile is bundled by default with Cyberduck. ``` -### Authentication with username and password +### 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 useful when working with [Cyberduck CLI](https://duck.sh/). diff --git a/protocols/dropbox.md b/protocols/dropbox.md index 4e0bf837..1e7d6495 100644 --- a/protocols/dropbox.md +++ b/protocols/dropbox.md @@ -67,7 +67,7 @@ Password protected share links are only available for [paid business plans](http ## Known Limitations -### Comparison with Dropbox desktop app +### Comparison With Dropbox Desktop App The Dropbox desktop app has the following advantages to improve upload performance not available through the public API. - Server side caching to skip transferring previously uploaded files ([#247](https://github.com/iterate-ch/docs/issues/247)). @@ -85,7 +85,7 @@ Downloads may fail with a `409 Conflict (restricted_content)` error reply for fi The file cannot be transferred because the content is restricted. For example, sometimes there are legal restrictions due to copyright claims. ``` -### Will not save the file or folder because of its name. +### Will not Save the File or Folder Because of its Name. Uploads may fail with a `409 (disallowed_name)` error reply for files with certain characters in the filename. diff --git a/protocols/ftp.md b/protocols/ftp.md index 19bf5b04..37a31a15 100644 --- a/protocols/ftp.md +++ b/protocols/ftp.md @@ -184,6 +184,6 @@ Connection profiles are available through the *Preferences → Profiles* tab. Asus Routers are incapable of performing basic `STAT`-requests. This is in direct violation of [RFC9591](https://tools.ietf.org/html/rfc959) which states that `STAT` should behave like `LIST` when a path name is given - which is not the case. Because of this, the usage of the *FTP (Compatibility Mode) Connection Profile* is mandatory to get proper access to drives connected to an ASUS Router. -### File Locks with vsFTPd +### File Locks With vsFTPd Set the property `lock_upload_files=NO` in *vsftpd_conf*. diff --git a/protocols/googledrive.md b/protocols/googledrive.md index 2d5d1ee2..217770f6 100644 --- a/protocols/googledrive.md +++ b/protocols/googledrive.md @@ -90,7 +90,7 @@ For Google Docs documents (*Docs, Sheets, Slides*), URL shortcut files are displ Use the regular Google Drive connection type to see the *Team Drives* besides *My Drive* and *Shared with me*. -#### Shared with me +#### Shared With Me Documents shared with you from another Google account can be found inside the top-level folder *Shared with me*. diff --git a/protocols/irods.md b/protocols/irods.md index ca69cfe2..84b06d0e 100644 --- a/protocols/irods.md +++ b/protocols/irods.md @@ -27,11 +27,11 @@ Connection profiles can be installed from *Preferences → Profiles*.. ### Authentication -#### Authentication with Native Scheme +#### Authentication With Native Scheme This is the default with no additional configuration required. -#### Authentication with PAM Scheme +#### Authentication With PAM Scheme To authenticate with PAM, prefix the username with PAM:or set it in the [connection profile](index.md#connection-profiles) using as diff --git a/protocols/openstack/ovh.md b/protocols/openstack/ovh.md index 41b6045a..38cd9cef 100644 --- a/protocols/openstack/ovh.md +++ b/protocols/openstack/ovh.md @@ -37,7 +37,7 @@ Access your containers via S3 by creating an S3 user via *OVHcloud Control Panel - {download}`Download` the *OVH Public Cloud Storage (London) Connection Profile* for preconfigured settings. - {download}`Download` the *OVH Public Cloud Storage (Warsaw) Connection Profile* for preconfigured settings. -#### Creating S3 access using the control panel +#### Creating S3 Access Using the Control Panel - Log into your [OVHcloud Control Panel](https://us.ovhcloud.com/manager/). - Choose a *Standard Object Storage* container from your public cloud project. diff --git a/protocols/profiles/index.md b/protocols/profiles/index.md index 2fe99bbe..cca12fff 100644 --- a/protocols/profiles/index.md +++ b/protocols/profiles/index.md @@ -145,11 +145,11 @@ All additional schemes are registered as a scheme handler when opening [Mountain ``` -### Disk icon template +### Disk Icon Template - {download}`Adobe Photoshop disk template file` -### Icon set +### Icon Set Create a *multi-TIFF* containing the needed icon sizes: 1. Create a high-resolution *.png* file based on the PSD template diff --git a/protocols/s3/index.md b/protocols/s3/index.md index 31cb1872..2dfbaf1a 100644 --- a/protocols/s3/index.md +++ b/protocols/s3/index.md @@ -142,7 +142,7 @@ Connect to [S3 interface VPC endpoint](https://docs.aws.amazon.com/AmazonS3/late - {download}`Download` the *AWS PrivateLink for Amazon S3 (VPC endpoint) profile*. -### Connecting to a single bucket +### Connecting to a Single Bucket Connecting to a bucket owned by you or even a third party is possible without requiring permission to list all buckets. You can access buckets owned by someone else if the ACL allows you to access it by *either*: @@ -153,7 +153,7 @@ Connecting to a bucket owned by you or even a third party is possible without re No regional endpoint should be set while connecting to a single bucket. The endpoint will be determined automatically by querying the region of the bucket. ``` -### Connecting with OpenID Connect (OIDC) identity provider +### Connecting with OpenID Connect (OIDC) Identity Provider ```{important} * Cyberduck [8.7.0](https://cyberduck.io/changelog/) or later required @@ -174,7 +174,7 @@ The connection profiles connect using temporary security credentials from the AW - Connect to AWS S3 authenticating with AWS STS and Keycloak (OIDC) ``` -#### Sample connection profiles for authorization with well known identity providers +#### Sample Connection Profiles for Authorization with Well Known Identity Providers ```{note} When connecting the user is requested to enter the Role ARN of the IAM role that has a trust relationship configured with the identity provider in _Identity and Access Management (IAM)_. @@ -243,7 +243,7 @@ Refer to [Assuming a Role](https://docs.aws.amazon.com/cli/latest/userguide/cli- When editing a bookmark, the *Access Key ID* is set from the `default` profile in the credentials file located at `~/.aws/credentials` on macOS or `%USERPROFILE%\.aws\credentials` on Windows if such a profile exists. -### Connecting without using AWS credentials +### Connecting Without Using AWS credentials Use the *S3 (HTTPS)* connection profile to access public data sets on [AWS Open Data](https://registry.opendata.aws/) without using access keys by using the *Anonymous Login* option in the bookmark configuration. @@ -266,7 +266,7 @@ List the contents of a bucket with Refer to the [Cyberduck CLI documentation](../../cli/index.md) for more operations. -### Uploads using CLI +### Uploads Using CLI Add default metadata for uploads using the [preferences option to read from the environment](../../cli/index.md#preferences). The property is documented in [Default metadata](#default-metadata). @@ -491,7 +491,7 @@ Sets the time, in days, between when an object is uploaded to the bucket and whe s3.glacier.restore.expiration.days=2 -### Restored Glacier files in Mountain Duck +### Restored Glacier Files in Mountain Duck Temporarily 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). @@ -697,7 +697,7 @@ Set the [hidden preference](../../cyberduck/preferences.md#hidden-configuration- - {download}`Download` the *S3 (Deprecated path style requests) profile* for preconfigured settings. -### `Listing directory / failed.` with path in custom S3 endpoint +### `Listing directory / failed.` with Path in Custom S3 Endpoint When connecting to a service that requires a path prefix in all requests, you must set the `Context` property in a custom [connection profile](../profiles/index.md). @@ -722,7 +722,7 @@ The bucket can be created within the Smart Synchronization mode as the folder on ``` -### Saving a file in TextEdit.app will Attempt to Create a Folder `/Temporary Items` on the Remote Volume. On some Servers, this may fail due to a Permission Failure or Because the Name of the Folder is not Allowed as in S3. +### Saving a File in TextEdit.app will Attempt to Create a Folder `/Temporary Items` on the Remote Volume. On some Servers, this may fail due to a Permission Failure or Because the Name of the Folder is not Allowed as in S3. You will get the error message `Bucket name is not DNS compatible. Please contact your web hosting service provider for assistance.`. As of Mountain Duck version 2.1, `.DS_Store` files are only saved in a temporary location and not stored on the mounted remote volume. diff --git a/protocols/s3/seagate.md b/protocols/s3/seagate.md index 80945265..429ff330 100644 --- a/protocols/s3/seagate.md +++ b/protocols/s3/seagate.md @@ -17,7 +17,7 @@ Available [endpoints](https://help.lyvecloud.seagate.com/en/s3-api-endpoint.html - AP-Southeast-1 (Singapore): `https://s3.ap-southeast-1.lyvecloud.seagate.com` ``` -### Create access keys +### Create Access Keys You have to create service accounts within the *Lyve Cloud console* to use third party tools: diff --git a/protocols/s3/wasabi.md b/protocols/s3/wasabi.md index b1516c71..c289c356 100644 --- a/protocols/s3/wasabi.md +++ b/protocols/s3/wasabi.md @@ -32,7 +32,7 @@ Connection profiles can be installed from *Preferences → Profiles*.. ## Known Issues -### 301 Moved Permanently but no location header +### 301 Moved Permanently but no Location Header You are connected with a connection profile specific to a region not matching the bucket region. Please install the additional connection profile for the specific region of the bucket. diff --git a/protocols/sftp/index.md b/protocols/sftp/index.md index d1e787e9..39f5eab7 100644 --- a/protocols/sftp/index.md +++ b/protocols/sftp/index.md @@ -357,7 +357,7 @@ Serv-U MFT does not fully implement SFTPv3. Files cannot be created, renamed, up ## Known Issues -### Too many authentication failures +### Too Many Authentication Failures Running an SSH agent with many added identities can lead to the server error _Too many authentication failures_ when trying to authenticate with all available identities. @@ -368,7 +368,7 @@ Possible remedies using configuration in [OpenSSH configuration file](#openssh-c - [`IdentitiesOnly`](https://man.openbsd.org/ssh_config.5#IdentitiesOnly) in client configuration file `~/.ssh/config`. Only try to authenticate with explicitly set private key instead of all identities retrieved from SSH agent. - Set [`PreferredAuthentications`](https://man.openbsd.org/ssh_config.5#PreferredAuthentications) in client configuration file `~/.ssh/config` to disable public key authentication for example. -### Illegal sftp packet length. Invalid packet: indicated length 1114795883 too large +### Illegal SFTP Packet Length: `Invalid packet: indicated length 1114795883 too large` The error message `Invalid packet: indicated length 1114795883 too large` may indicate you have either: diff --git a/protocols/webdav/kdrive.md b/protocols/webdav/kdrive.md index 9b6ab4a2..164c6b28 100644 --- a/protocols/webdav/kdrive.md +++ b/protocols/webdav/kdrive.md @@ -16,7 +16,7 @@ Enter the following information in the [bookmark](../../cyberduck/bookmarks.md): ### Known Issues -#### Can't upload files (Mountain Duck) +#### Can't Upload Files (Mountain Duck) kDrive doesn't accept uploads with unknown file sizes. Because of this files can't be uploaded within the *Online* mode as the actual file size can't be reported at the beginning of the upload. The *Smart Synchronization* mode can be used instead as a workaround. diff --git a/protocols/webdav/nextcloud.md b/protocols/webdav/nextcloud.md index d062e66d..1370dd82 100644 --- a/protocols/webdav/nextcloud.md +++ b/protocols/webdav/nextcloud.md @@ -77,7 +77,7 @@ The default path `/remote.php/dav/files/` will be used with no custom You are required to set a _Path_ only if your installation is accessible under a subdirectory such as `example.net/cloud/` this can be indicated by setting a default path of `directory/remote.php/webdav`. You can omit the value in _Path_ if your installation defaults to the root of your domain and is accessible at `example.net/remote.php/dav/files/`. ``` -### Obtain WebDAV address from Server +### Obtain WebDAV Address From Server Connect to your Nextcloud or ownCloud server in your web browser and obtain the WebDAV address from _Settings_ in the lower left. Paste the copied server address into the *Server* field and finish editing. From the pasted URL the hostname is set in _Server_ and the document root of your Nextcloud or ownCloud installation in _Path_.