Script automatic sync FTP always compare all the files
Each time i run synchronize script, it always compare all folders from my local dir to FTP dir, any ways to only compare files from 4days ago? The size is TB so it takes a very long time to sync.
it's not working, it still compares all of my files to ftp server
option batch continue option confirm off open ftpserver synchronize -filemask=">4D" local "mydir" "ftpdir" exit