locked
Sync files between loacl folder and remote server using sync framework and wcf RRS feed

  • Question

  • I have a system which needs to sync images with a website and my local machine. After googleling I have found the best way is use microsoft synchonization framework. It is greatly support sync files between same machine or within same network.

    But my requirement is sync with internet location. I found this article describe a scenario remote file sync article. And they have provided a sample code as well. sample. But that code only generated a.metadata, a.replicaid and a.store files in local and remote location but not sync files. Can some one figure me out how to use this code. As an example I want to sync between "F:\Images" and mysite.com/images or (127.0.0.1/images).

    Thanks

    Monday, May 20, 2013 1:28 AM

All replies

  • unfortunately, the built in file sync providers doesnt support synching over http. 

    you will have to write your own sync provider/custom code to enable this.

    you will find many similar question here and i have yet to see one working...

    Tuesday, May 21, 2013 11:29 AM