Add Hidden Configuration Options to Mountain Duck and Cyberduck
Tip
For Cyberduck CLI refer to Preferences
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.
For Mountain Duck and Cyberduck you can add the property line in the format property=value
to the default.properties
file within the application support folder on Windows and macOS.
Important
You’ll have to create the default.properties
file manually if it isn’t present yet!
Step-by-Step Instructions
Quit Mountain Duck/Cyberduck
Navigate into the application support folder.
Note
The application support folder is the same for Mountain Duck and Cyberduck.
Check if there is a
default.properties
file availableIf it is available, open it within a text editor of your choice, add the desired property line and save the file.
If the file isn’t available, follow the remaining steps.
Open a text editor of your choice, for example, TextEdit (macOS) or Notepad (Windows), and add the desired property line.
Save the file as a text file (txt) into the application support folder.
Attention
Avoid saving the file within the rich text format (rtf), as this causes Mountain Duck/Cyberduck to not recognize the property file after changing the file extension.
Close the text editor.
Replace the file name and extension with
default.properties
.Confirm that you want to change the file extension if your operating system warns you about it.
In case you don’t see the file extensions you can reveal them by following the instructions for your respective operating system.
You can reveal the file extensions for all files by ticking the checkmark Show all filename extensions
within Finder → Preferences → Advanced
.
Alternatively, you can reveal the file extension for a specific file by opening the Finder info window on the wanted file and removing the checkmark Hide extension
within the Name & Extension
section.
Open the Folder Options window.
Select the View tab.
Deselect the
Hide extensions for known file types
checkbox under Advanced SettingsClick on Apply and OK.
You can also open the Folder Options window by searching for File Explorer Options
within the Start search box.
Activate Hidden Configuration Options Through Terminal.app
macOS only
Type the defaults
command in the format below in a Terminal.app (in \Applications\Utilities
) window and restart Mountain Duck.
defaults write io.mountainduck <property> <value>
Type the defaults
command in the format below in a Terminal.app (in \Applications\Utilities
) window and restart Cyberduck.
defaults write ch.sudo.cyberduck <property> <value>