Hi!
My friend would like to make a mirror web site because her provider does not allow to have more than one domain per virtual server. For this reason she has bought a new account on a different server (the two servers are on different providers). She wants to use different design on different mirrors. She intends to upload new files to only one server and then synchronize the 2nd server by running a script on the 2nd one. Only non-PHP files should be synchronized.
I know PHP has built-in FTP commands and it can also use its file functions via HTTP, but is there perhaps a ready made system or PHP class that allows one to synchronize two servers via HTTP or FTP?
Thanks a lot in advance,
Stanislav