通过文件传输 WCF 服务开发自定义文件同步提供程序

发布于 2024-09-01 01:01:41 字数 270 浏览 6 评论 0原文

我正在尝试开发一个自定义同步提供程序,以使用 WCF 服务通过互联网同步文件。

我们已经有一个文件传输服务并且它正在生产中运行,但我需要在其之上实现一个自定义同步提供程序。 我已经检查了 Braynt Likes blog here 中的解决方案,但这不能满足我的需求。

任何有帮助的建议、指导或示例代码真的很感激吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暮年慕年 2024-09-08 01:01:41

我的建议是,当有强大的产品可用时,尤其是免费的产品时,不要编写自定义代码。

查看 Microsoft 同步框架。
http://msdn.microsoft.com/en-us/sync/bb821992。 ASPX
http://msdn.microsoft.com/en-us/sync/default。 ASPX

My advice is not to write custom code when there are powerful products available, especially if they're free.

Have a look at the Microsoft Sync Framework.
http://msdn.microsoft.com/en-us/sync/bb821992.aspx
http://msdn.microsoft.com/en-us/sync/default.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文