服务器和 iPhone 客户端之间的文件系统同步

发布于 2024-08-10 20:58:45 字数 206 浏览 2 评论 0原文

我的服务器使用文件系统(我的意思是文件夹结构)维护内容。我的 iPhone 客户端应用程序包中也维护了相同的文件夹结构。

现在,如果我的服务器文件系统发生更改(添加、删除、更新层次结构中某个文件夹中的文件),我需要在客户端相应地更新文件系统。这意味着我需要服务器和客户端遵循一个协议。

任何人都可以建议如何做到这一点吗?

-- 谢谢和问候, 乌苏夫

I have my server maintaining the content with a file-system(i mean folder structure). The same folder structure is also maintained in my iPhone client application bundle too.

Now if there is a change in my server file system(Add,Delete,Update of a file in some folder in the hierarchy) i need to update the file system accordingly at the client. This means that i need a protocol to be followed b/w the server and the client.

Can any one suggest how can this be done?

--
Thanks and Regards,
U'suf

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

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

发布评论

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

评论(1

星星的軌跡 2024-08-17 20:58:45

据我所知,没有简单的方法。我一直在寻找 rsync 的等效项,但还没有找到。

就我而言,我手动遍历树,询问服务器在特定日期之后的差异,并且我记得上次成功同步的日期。

不漂亮。可能会花很多时间想出一些复杂的东西。

From what I can tell, there is no easy way. I was looking for an rsync equivalent, but I haven't found one.

In my case, I'm manually walking the tree asking the server for differences after a certain date and I remember the last successful sync date.

Not pretty. Could spend lots of time coming up with something sophisticated.

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