使用通配符 ftp 多个新文件
我想知道是否有一种方法可以使用 ftp 仅获取与通配符匹配的文件(如果文件比本地副本新)?
我知道我可以使用 mget * 但这将获取所有内容,并且我只想获取比本地副本更新的文件。有没有办法将 mget 与 newer 结合使用?
I was wondering if there is a way to use ftp to only get files that match a wildcard if the files is newer than the local copy?
I know I can use mget * but that will get everything and I only want to get the file(s) if they are newer than a local copy. Is there a way to use mget in combination with newer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 rsync 它将为您执行此操作。
Check out rsync which will do this for you.