Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Export (migrate) sessions from WinSCP and import into FileZilla

I have been using WinSCP for a while and have decided to give FileZilla another go for a while before I make the final decision.

Is there a way to export all my saved sessions from WinSCP and import them into FileZilla?

like image 467
user1683285 Avatar asked Mar 25 '14 10:03

user1683285


1 Answers

FileZilla does not support any kind of import from other applications.

Writing a script to convert WinSCP INI configuration file to FileZilla XML configuration file should not be that difficult. If it's worth the effort, depends on how many sessions you have. Converting passwords encrypted by WinSCP to an unencrypted (or base64-encoded) form that FileZilla uses would be the most challenging (if you save passwords).

Note, that once you realize that WinSCP is better and you decide to switch back, you can easily import your new FileZilla sessions to WinSCP:
https://winscp.net/eng/docs/ui_import

like image 125
Martin Prikryl Avatar answered Oct 10 '22 17:10

Martin Prikryl