Howto synchronize two folders (on different servers) after an (classic) ASP upload.
Posted
by MaxBlack
on Stack Overflow
See other posts from Stack Overflow
or by MaxBlack
Published on 2010-05-21T13:44:28Z
Indexed on
2010/05/22
15:10 UTC
Read the original article
Hit count: 105
hi
I'm using a customized backend to upload images on a server.
The issue is that the client has a load balanced server so I need to synchronize the upload folders on both server. I'm not able to know which server is executing on the backend.
I'm just wondering which is the best way to compare and synchronize the folders on two servers? An FTP script using the windows "cron-job"? A shell script activated by ASP? Aa ASP script that uses FTP commands?
thanks
© Stack Overflow or respective owner