Migrating / Moving from Reseller
I am looking for a tool to help migrate some old customers who are still on an old reseller package to one of our dedicated's.Heres the deal, they are in a WebFusion account and I want to move them to a cpanel/WHM Red Hat box.
Initially I was going to have a shell script which would go through a CSV of User/pass pairs, login, tar up their files and copy them over and un tar them on our server. However, what about the chmoding?
Does Anyone know an FTP program that can
> FTP from one server to annother.
> Go through Scheduled jobs of copying information from one server to another (with a different directory structure on the new server).
> Do this for not one account but 100+ hopefully through a CSV input.
I noticed that CuteFTP PRO and some others have scripting ability, but this does not seem to be designed to do the above. Though it is probably possible to modify it, from my experience the theory seems a lot easier than the practice.
I noticed there are a few FTP sync programs that can syncrosise from your desktop to your website and some that will even syncronise a between sites, e.g. if you have mirror sites, however this isn't quite what I need.
I am sure loads of you have had a similar prob so wondered how you solved it?