CuteFTP to FileZilla Site Manager TXT to XML Converter
October 19th, 2009
I’ve recently decided to switch from CuteFTP to FileZilla and I needed a way to import the huge amount of sites that I had saved in my site manager. There were a few resources out there, but none that imported the full site information (including site name and comments).
This php script will take an exported CuteFTP TXT file and convert it into an XML file which can be imported by FileZilla.
Instructions & Download
- Export your CuteFTP sites to TEXT format.
- Replace the $inputFIle variable below with the correct exported file name
- Since CuteFTP does not export passwords, you may use your comments field as the password. If so, change the $commentsAsPass variable to true. If left as false, no password will be imported.
- Run the PHP file (make sure your exported CuteFTP sites file is in the same folder).
- Import the newly created XML file into FileZilla.
- Enjoy!
Click here to download the CuteFTP to FileZilla PHP Converter
3 Responses to CuteFTP to FileZilla Site Manager TXT to XML Converter
Awesome. Thanks so much.
Hi there, I am wondering if this would work with WS_FTP? The ini file is already in text format…..I know nothing about PHP though…..if you have a minute, I know, haha.
If you do have a minute, could you email me?
I have searched everywhere, can find plenty of requests wanting a conversion process, but nothing else. Thanks for taking the time to help those with Cute FTP by the way!
Thanks,
Suzanne
Hi Suzanne — I wish I could help but I’ve never used WS_FTP. Sorry :/ Please email me the ini file, i will try and take a look at it.
Leave a Comment