We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
Commons / VFS 是具有通用 API 的不同文件系统和协议(包括 FTP)的抽象。它有一个名为 < 的 ant 任务code>SyncTask 同步两个虚拟文件系统(其中一个或多个可以是真实文件系统)。 Ant 任务文档位于此处。也许您可以使用它或查看 底层代码。
Commons / VFS is an abstraction over different file systems and protocols (including FTP) with a common API. It has an ant task called
SyncTask
that synchronizes two virtual file systems (one or more of which can be a real file system). Ant task docs are here. Perhaps you can either use that or look into the underlying code.