File system synchronization remotely

女生的网名这么多〃 提交于 2019-12-12 04:46:55

问题


I have a requirement of synchronizing the file system remotely. I will be storing the content in the form of images in the file system. This storage will be available on cloud. Now how can I synchronize file system on cloud with destination local file system so that it becomes the exact replica and I can access the content locally. My technology stack is Java based. If someone can share any case study or provide any tips/tools, it will be a great help. Thanks in advance.


回答1:


No case studies here, but take a look at http://jfilesync.sourceforge.net/: it is open source, so you should be able to rip out the actual sync code used by the command line tools and reuse it.



来源:https://stackoverflow.com/questions/7351720/file-system-synchronization-remotely

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!