Trying to find a simple way to do upload only modified files through FTP

前端 未结 7 1691
野趣味
野趣味 2021-01-12 18:43

Need to find a way to upload files to my server through FTP. But only the ones that have been modified. Is there a simple way of doing that? Command line ftp client or scr

7条回答
  •  南笙
    南笙 (楼主)
    2021-01-12 19:28

    Do you really insist on ftp, or can you use rsync instead?


    If ftp is required mhenry1384's idea is roughly what rsync does (well half of it anyway, rsync also looks at modification times for files that differ...).

提交回复
热议问题