99 | | == Sharing bookmarks between different computers == |
100 | | |
101 | | You can sign up for [https://www.dropbox.com/referrals/NTE1NDMxNjk Dropbox] to share bookmarks between different computers and users. |
102 | | * Install Dropbox |
103 | | * Quit Cyberduck |
104 | | * Move the folder ''~/Library/Application Support/Cyberduck'' to your Dropbox folder location (typically in ''~/Dropbox'') |
105 | | * Use the [wiki:help/en/howto/preferences#Hiddenconfigurationoptions hidden configuration option] `application.support.path`. On a Mac, open a Terminal.app window and enter |
106 | | |
107 | | {{{ |
108 | | defaults write ch.sudo.cyberduck application.support.path ~/Dropbox/Cyberduck |
109 | | }}} |
110 | | |
111 | | * Restart Cyberduck. |
112 | | |