Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add information for empty listing using local protocol #507

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions protocols/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@

All major server and cloud storage protocols are supported to connect to just about any server or cloud storage. Support for the listed protocols and [connection profiles](profiles/index.md) is available in [Cyberduck](../cyberduck/index.md), [Cyberduck CLI](../cli/index.md) and [Mountain Duck](../mountainduck/index.md).

### [FTP](ftp.md)

Check warning on line 32 in protocols/index.md

View workflow job for this annotation

GitHub Actions / build

Non-consecutive header level increase; H1 to H3 [myst.header]
With support for secure TLS connections and custom origin [Amazon CloudFront (Content Delivery Network) distribution](../protocols/cdn/cloudfront) option.

### [Amazon S3](s3/index.md)

Check warning on line 35 in protocols/index.md

View workflow job for this annotation

GitHub Actions / build

Non-consecutive header level increase; H1 to H3 [myst.header]
Transfer files to your S3 account and browse the S3 buckets and files in a hierarchical way. Supports Amazon Web Services (AWS) and many third party providers.

- [S3 providers](s3/index.md#third-party-providers)

### [Google Cloud Storage](googlecloudstorage.md)

Check warning on line 40 in protocols/index.md

View workflow job for this annotation

GitHub Actions / build

Non-consecutive header level increase; H1 to H3 [myst.header]

Transfer files to your Google Storage account and browse files, manage ACLs and bucket configurations.

### [Backblaze B2](b2.md)

Check warning on line 44 in protocols/index.md

View workflow job for this annotation

GitHub Actions / build

Non-consecutive header level increase; H1 to H3 [myst.header]
Backblaze B2 Cloud Storage is ¼ of the price of Amazon S3

### [WebDAV](webdav/index.md)

Check warning on line 47 in protocols/index.md

View workflow job for this annotation

GitHub Actions / build

Non-consecutive header level increase; H1 to H3 [myst.header]
Connect to any WebDAV compliant server using both HTTP and HTTP/SSL and custom origin [Amazon CloudFront (Content Delivery Network) distribution](cdn/cloudfront.md) option.

- [WebDAV providers](webdav/index.md#providers)
Expand Down Expand Up @@ -92,6 +92,9 @@
### Local Disk
Open a window to browse your local hard disk to drag files for download or upload to a remote server from within the application. You can browse [Cryptomator Vaults](../cryptomator/index.md#access-vaults-on-local-disk) stored on your computer.

```{warning}
If folder contents are not shown, make sure to grant access from Mountain Duck in *System Settings → Privacy & Security → Files and Folders*.
```

## Connection Profiles

Expand Down
Loading