gpt4 book ai didi

linux - bash ftp : put only newer files just like filezilla

转载 作者:太空宇宙 更新时间:2023-11-04 12:44:10 24 4
gpt4 key购买 nike

我不敢相信我卡在那里。

我想在 bash ftp 脚本中放置只有较新的文件。

就像 filezilla 一样:

enter image description here

我知道这可以用 winscp,但我无法相信这在 linux ftp 命令行工具中不存在。

重要提示:我不能 SSH 服务器,所以请不要建议 rsync。

最佳答案

正如@fvu 所建议的,我终于用 lftp 解决了这个问题:

lftp -u <username>,<password> <host> << EOS
set ssl:verify-certificate no
set ftp:ssl-allow no
set ftp:ssl-protect-list no
mirror -R --only-newer --parallel=10 <localfolder> <remotefolder>
quit
EOS

关于linux - bash ftp : put only newer files just like filezilla,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39256197/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com