I have a lot of files on my website right now, and I'd like to back them all up to my computer. I'm using Notepad++'s FTP plugin, and I was wondering if there was an easy way to mass backup everything, or if there is another free FTP program that would do this for me?

link|improve this question
3  
Notepad++ is a text editor. Despite its FTP capability, it is not a backup program. – grawity Feb 12 '11 at 21:21
feedback

migrated from stackoverflow.com Feb 11 '11 at 21:31

This question came from our site for professional and enthusiast programmers.

2 Answers

FileZilla is a great free opensource FTP client (and server). Windows has a built-in FTP client, which can be run from the command-line and scripted with batch files.

link|improve this answer
feedback

What you really want is rsync and/or rdiff-backup. Set up a cronjob (or scheduled task in Windows, whatever) to do it automatically. It's very important to automate backups.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown