Ftp multiple new files using wildcards

I was wondering if there is a way to use ftp to get files that match the pattern if the files are newer than the local copy?

I know I can use mget *, but I succeed and I only want to get the file (s) if they are newer than the local one. Is there a way to use mget in combination with the newer one?

+2


source to share


1 answer


Check out rsync to do this for you.



+1


source







All Articles