Created
April 6, 2020 05:04
-
-
Save solace/0ea7c761ff448a0f3aa5c7a35a7de278 to your computer and use it in GitHub Desktop.
Import FileZilla Bookmarks to Cyberduck
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# From https://trac.cyberduck.io/ticket/7317 | |
# | |
# Should do it automatically, if it doesn't, check if ~/.config/filezilla/sitemanager.xml exists. | |
# If it doesn't, create the directory, and | |
cp ~/.filezilla/sitemanager.xml ~/.config/filezilla/sitemanager.xml | |
defaults delete ch.sudo.cyberduck bookmark.import.de.filezilla | |
# Relaunch Cyberduck |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment