I need to updated many domains from one source.
The source can be a domain itself.
So say the source is http://www.source.com and I need to use FTP to updated:
http://www.one.com, http://www.two.com and http://www.three.com
I was hoping to get a push in the right direction on how to script this.
PHP is my preferred language.
thanks
http://php.net/manual/en/book.ftp.php
Just use the built-in FTP client. Put the appropriate login information into an array, and any directory information in a matching array. Put a HTML button on the page, that when clicked, triggers a cross site synchronization.