I’m trying to implement a service application to sync directories across port 80 on multiple boxes. Does anyone know of any .net libraries that provide this functionality, I’m sure there must be some ?
I’ve tried some similar things with the FileSystemWatcher Class but have had issues with this.
Any ideas …
You may want to have a look at the Microsoft Sync Framework
I haven’t used it in a project personally but I think this may be a viable solution.