Skip to content

Commit

Permalink
Merge pull request #455 from iterate-ch/issue/445
Browse files Browse the repository at this point in the history
Update preferences locations
  • Loading branch information
Cassie205 authored Nov 30, 2023
2 parents 67d8fd6 + 335b3d3 commit 6998feb
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 14 deletions.
Binary file modified cyberduck/_images/Language_Preference.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cyberduck/_images/Update.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions cyberduck/bookmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Bookmarks
`````{tabs}
````{group-tab} macOS
You can toggle between the bookmarks and the browser using *Bookmarks → Toggle Bookmarks (`⌘B`)* or by clicking the bookmarks icon in the navigation toolbar. Depending on the bookmark icon size chosen in *Cyberduck → Preferences → Browser → Bookmarks*, the nickname, URL, username, and comment are shown per bookmark.
You can toggle between the bookmarks and the browser using *Bookmarks → Toggle Bookmarks (`⌘B`)* or by clicking the bookmarks icon in the navigation toolbar. Depending on the bookmark icon size chosen in *Cyberduck → Preferences → General → Bookmarks*, the nickname, URL, username, and comment are shown per bookmark.
````
````{group-tab} Windows
You can toggle between the bookmarks and the browser using *Bookmarks → Toggle Bookmarks (`Strg+B`)* or by clicking the bookmarks icon in the navigation toolbar. Depending on the bookmark icon size chosen in *Edit → Preferences → Browser → Bookmarks*, the nickname, URL, username, and comment are shown per bookmark.
You can toggle between the bookmarks and the browser using *Bookmarks → Toggle Bookmarks (`Strg+B`)* or by clicking the bookmarks icon in the navigation toolbar. Depending on the bookmark icon size chosen in *Edit → Preferences → General → Bookmarks*, the nickname, URL, username, and comment are shown per bookmark.
````
`````
Expand Down Expand Up @@ -244,7 +244,7 @@ e.g.: `ln -s ~/Dropbox/Bookmarks ~/Library/Group\ Containers/G69SCX94XU.duck/Lib

### Open Default Bookmark

Choose a default bookmark to open after opening the application. Choose *Preferences → General → Open new browser window on startup → Connect to bookmark ...*.
Choose a default bookmark to open after opening the application. Choose *Preferences → Browser → Open new browser window on startup → Connect to bookmark ...*.

### Do not Read favicon.ico from HTTP URL

Expand Down
2 changes: 1 addition & 1 deletion cyberduck/browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ This is not the size of its content but the size of the folder itself. Use *File

Restore browser sessions that were left open when the application was last closed.

### General → Browser → Open new browser window on startup
### Browser → Browser → Open new browser window on startup

Open new browser window after application launch.

Expand Down
16 changes: 9 additions & 7 deletions cyberduck/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@ Integrated Windows Authentication (IWA) for proxy authentication of HTTP connect

## Preferences

### General → Connection → Use Keychain

Search for and save password for connections.

### Profiles

Select connection protocols to be installed in addition to the default protocols. The connection profile will be installed after enabling the corresponding checkbox. To disable a connection profile simply uncheck the checkbox. The profile will be disabled after closing the application.
Expand All @@ -177,6 +173,10 @@ You cannot disable default protocols or connection profiles currently in use in

### Connection

#### Use Keychain

Search for and save password for connections.

#### Timeout

You might need to adjust the timeout to wait for an answer from the server. The default is set to `30` seconds.
Expand All @@ -189,19 +189,21 @@ Failed transfers due to network connection issues such as a low latency can be c

Choose *Cyberduck → Preferences → Connection → Use system proxy settings*. No additional configuration needed.

### Prefer IPv6 Adresses of DNS Lookups
### Additional Settings

#### Prefer IPv6 Adresses of DNS Lookups

A [hidden configuration option](preferences.md#hidden-configuration-options).

defaults write ch.sudo.cyberduck connection.dns.ipv6 true

### Disable Bonjour Support
#### Disable Bonjour Support

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 Sytem 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.

Expand Down
4 changes: 2 additions & 2 deletions cyberduck/transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ Skip transfer of files that already exist.

## Preferences

### Transfers → General → 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).

### Transfers → General → Downloads/Uploads → Existing Files
### Download/Upload setting for Existing Files

- **Prompt:** Asks what action to take for each transfer.
- **Overwrite:** Overwrite existing files at the destination.
Expand Down
2 changes: 1 addition & 1 deletion protocols/ftp.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Example configuration:

## Preferences

### Connection → Text Encoding
### FTP → Text Encoding

The text encoding selected is used to decode the filenames in a directory listing sent by the server. It is important this matches the text encoding used by the server to encode the characters as otherwise characters not in the ASCII range (such as German Umlaute) are not displayed correctly. `UTF-8` (the default), `ISO-8859-1` and `Windows-1252` are the most common. You can also change the text encoding per browser using *View → Text Encoding*.

Expand Down

0 comments on commit 6998feb

Please sign in to comment.