Develop a custom file sync provider over file transfer WCF service

Posted by user336622 on Stack Overflow See other posts from Stack Overflow or by user336622
Published on 2010-05-09T12:37:42Z Indexed on 2010/05/09 12:38 UTC
Read the original article Hit count: 173

Hi All

I'm trying to develop a custom sync provider to sync files over the internet using WCF service.

We already have a file transfer service and it's working in production but I need to implement a custom sync provider on top of it. I've checked the solution in Braynt Likes blog here but this doesn't fulfill my needs.

Any advices, guidance, or sample code to help is really appreciated?

© Stack Overflow or respective owner

Related posts about syncframework

Related posts about wcf