Skip to content

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassie205 committed Sep 14, 2023
1 parent 5d3dad7 commit 1c25a60
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions cyberduck/bookmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,10 @@ Example configuration:
:width: 600px
```

See also [Open or copy HTTP URL](browser.md#open-or-copy-http-url).
Web URLs are supported for [FTP](../protocols/ftp.md), [SFTP](../protocols/sftp/index.md) and [WebDAV](../protocols/webdav/index.md).

### Usability
See also [Open or copy HTTP URL](browser.md#open-or-copy-http-url).

* Web URLs work for FTP, SFTP, and WebDAV.
* S3 connections needs an additional web server providing the files from the bucket. Alternatively, use a bucket that's part of the Cloudfront Distribution.
* The following profiles doesn't support the web URL feature because of the default host: B2, Azure, Google Drive, OneDrive, Dropbox

## Exporting Bookmarks

Expand Down Expand Up @@ -227,7 +224,7 @@ This only works properly while using the standalone version of Cyberduck or Moun
1. Install the Dropbox app, log into your Dropbox account and synchronize the folder where you want to have the bookmarks to the local disk.
2. Quit *Cyberduck* and/or *Mountain Duck*.
3. Navigate to `~/Library/Group Containers/G69SCX94XU.duck/Library/Application Support/duck/` and move the folders *Bookmarks* and if available *Profiles* to the desired location on Dropbox.
4. Open *Terminal.app* and execute the command `ln -s <CloudDirectory> <AppSupportDirectory/foldername>` to create the symbolic link.
4. Open *Terminal.app* and execute the command `ln -s <AppSupportDirectory/foldername> <CloudDirectory>` to create the symbolic link.
````
````{group-tab} Windows
Expand Down

0 comments on commit 1c25a60

Please sign in to comment.