Skip to content

Commit

Permalink
Fix #587.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Oct 16, 2024
1 parent c5a898f commit 891bceb
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion tutorials/hidden_properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,19 @@ defaults delete ch.sudo.cyberduck <property>

:::
::::
:::::
:::::


## 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 `<dict>` with a `key` named `Properties` and the configuration options inside an `array` as follows:

```{code-block}
<key>Properties</key>
<array>
<string>property=value</string>
</array>
```

0 comments on commit 891bceb

Please sign in to comment.