Possible Duplicate:
How do synchronize two folders in Windows 7 in real-time?
I got a dedicated server with Windows Server 2008 OS, which I am hosting game servers off.
Now, for one of the games, it creates a file which has to be downloaded to the players that join each time the server restarts. We have enabled Fast Download which means that the files are hosted off of web hosting, which enables the players to download at max speed while if they had to download the files through the game server itself, the speed is set to maximum of 20 KB / sec which cannot be changed. Now, for ease of use, I'd like to automatically synchronize the game server cache folder (which is where the file is created) with the web hosting folder (It's hosted off of the same machine) once the new file is created.
Are there any way to do that?