Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这可能对一个已经非常强大的工具提出了太多要求,但是是否有机会lftp mirror在镜像过程中(从远程目录到本地计算机)执行命令?
lftp mirror
具体示例:lftp要求将带有xml文件的远程目录镜像到本地文件夹中,并且一旦下载/更新每个文件,它就会使用xml2json.
lftp
xml
xml2json
我可以想到一个解决方案,它依赖于监视镜像文件夹的本地副本以进行更改find,然后xml2json在新/更新的文件上执行,但也许有更简单的方法?
find
您可以使用 xfer:verify 和 xfer:verify-command 设置在每个传输的文件上运行本地命令。