From 891bcebc9fb23f5f21055b3107d8f1df54b7fc4b Mon Sep 17 00:00:00 2001 From: David Kocher Date: Wed, 16 Oct 2024 17:06:44 +0200 Subject: [PATCH] Fix #587. --- tutorials/hidden_properties.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/tutorials/hidden_properties.md b/tutorials/hidden_properties.md index 6d302609..a9a6e679 100644 --- a/tutorials/hidden_properties.md +++ b/tutorials/hidden_properties.md @@ -100,4 +100,19 @@ defaults delete ch.sudo.cyberduck ::: :::: -::::: \ No newline at end of file +::::: + + +## Using connection profiles + +You can override defaults in specific [connection profiles](../protocols/profiles/index.md) only affecting connections that use the profile. + +1. Open the `.cyberduckprofile` in a text editor. +2. Add a child element to `` with a `key` named `Properties` and the configuration options inside an `array` as follows: + + ```{code-block} + Properties + + property=value + + ``` \ No newline at end of file