diff --git a/cyberduck/browser.md b/cyberduck/browser.md index 28a27fe5..a696b1cf 100644 --- a/cyberduck/browser.md +++ b/cyberduck/browser.md @@ -240,6 +240,14 @@ Restore browser sessions that were left open when the application was last close Open new browser window after application launch. +### Browser → General + +### Browser → General → Double click opens file in external editor +Open files in a external editor by double-clicking + +### Browser → General → Double click opens file in external editor +Use ⏎ key to select a file or folder for renaming + ### Browser → General → Show Hidden Files Display files in the browser that start with `.` and [previous revisions (S3)](../protocols/s3/index.md#versions). Use *View → Show Hidden Files* to toggle the mode of a current browser window. diff --git a/cyberduck/preferences.md b/cyberduck/preferences.md index a1c9e023..7077cbed 100644 --- a/cyberduck/preferences.md +++ b/cyberduck/preferences.md @@ -1,8 +1,72 @@ Preferences ==== +```{contents} Content +:depth: 2 +:local: +``` + In general, user adjustable preferences are discussed in the context of the topic in all wiki pages. +## General + +### Save Workspace +Save open connections when quitting and restore when opening the application. + +### Bookmarks +Change the row height of bookmarks displayed in the browser window. Choose between *Small, Medium,* and *Large* icons. + +## [Browser](browser.md) + +Choose a bookmark you want to connect upon startup and manage general settings for files and folders like shortcuts to open files or hidden file settings. + +## [Transfers](transfers.md) + +Manage transfer settings for uploads and downloads as well as the connection typ to use. + +## Editor + +Select the text editor you want to use a as default application to open with if no other file association with an installed application can be found. Decide if you want to always use the selected application to open files regardless of the default application determined by the operating system for the file type. + +## [Profiles](../protocols/profiles/index.md) + +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 + +Manage protocol specific settings. + +### FTP + +Choose the text encoding you want to use to convert characters in filenames. The default setting is UTF-8. + +### S3 + +Set a default bucket region as well as the storage class, encryption, and ACL for uploads or newly created files and buckets. + +### Google Storage + +Specify the default bucket location, storage class, and ACLs for uploads or newly created files and buckets. + +## Bandwidth + +Limit the maximum bandwidth that is allowed for transfers. Useful when you don't want transfers to take all the bandwidth available on your internet connection that would slow down other connections. + +## [Connection](connection.md#connection) + +Manage general connection settings like the default protocol, timeouts, and proxy settings. Choose whether you want to save your credentials using macOS Keychain or Windows Credential Manager. Activate debug logging and reach the log file in case it is requested for troubleshooting purposes. + +## Cryptomator + +Choose whether your [Cryptomator vaults](../cryptomator/index.md) should be auto detected and unlocked while browsing the parent folder or not by using the *Auto detect and open vault in browser* option. + +```{note} +Without saving the vaults passwords using keychain, you will receive passwords prompts for the vaults after reconnecting to the server or cloud storage. +``` + +### Use Keychain +Specify if you want the *Save Password* option enabled by default while entering the password to unlock your vault. With the option disabled you have to check the checkbox to save the password in keychain manually. + ## Language Choose the language of the user interface. It defaults to the system language when set to *Default*. Thirty localizations are included. diff --git a/cyberduck/transfer.md b/cyberduck/transfer.md index ec7b0485..eb257827 100644 --- a/cyberduck/transfer.md +++ b/cyberduck/transfer.md @@ -190,10 +190,18 @@ The default pattern excludes metadata files from common revision control softwar `.*~\..*|\.DS_Store|\.svn|CVS` -### Transfers → General → Transfer Files +### Transfers → General → Transfers Files can be transferred using either the connection from the browser or by opening a new dedicated transfer connection. Using the setting *Open new connection* will add files to be transferred to the *Transfer* Window and open a new connection to the server to initiate the transfer. The option *Use browser connection* will transfer files using the connection from the browser. The file transfer is only reported at the bottom of the browser window without any detailed progress indicator. The transferred files will not get added to the *Transfer* Window. This setting is a also available per [bookmark](bookmarks.md). +Manage the behavior of the *Transfer* Window during active transfers and decide if you want to delete the file once the transfer is complete. + +### Transfers → General → Downloads + +Downloads can be performed in segments to increase the download speed. Segmented downloads requires server sided support for concurrent connections as the parts will be downloaded simultaneously. Once all segments are downloaded the parts will be merged to the actual file. Note that only the actual file is usable. + +Additionally, you can choose the default directory to save the downloads to and decide if you always want to open the files after the download is finished. + ### Transfers → Permissions → Downloads Choose between a default permission mask to apply to downloaded files or to apply the same mask the file has on the server. If unchecked, downloaded files have the default mask for new files created on the local filesystem.