Hi,
I have two folders I need to synchronized between the local file system and a ftp server:
Incoming folder - I need to send each file in the ftp's incoming folder to local file system's incoming folder.
Outcoming folder - I need to send each file in the local file system's Outcoming folder to ftp's Outcoming folder.
What is the efficient way to do so?
Can I use Microsoft Sync Framework?
thanks