Table of Contents
Cyberduck Help / Howto / Preferences
In general, user adjustable preferences are discussed in the context of the topic in all wiki pages.
Language
Choose the language of the user interface. It defaults to the system language when set to Default.
Update
Hidden configuration options
There are some settings which aren't yet available in the Preferences either because they are not considered stable yet or not of general interest. Follow these steps to enable a hidden preference referenced in the wiki:
Mac
Type the defaults command given in a Terminal.app (in /Applications/Utilities) window and restart Cyberduck.
defaults write ch.sudo.cyberduck <property> <value>
Windows
Quit Cyberduck if it is currently running before editing any configuration file. You need to add the setting to AppData\Cyberduck.exe_Url_*\[Version]\user.config as follows:
...
<setting name="CdSettings" serializeAs="Xml">
<value>
<settings>
<setting name="[property]" value="[value]" />
...
</settings>
</value>
</setting>
...
Attachments
- Language Preference.png (32.1 KB) - added by dkocher 16 months ago.
