martin Re: Synchronize only new and updated files 2020-11-13 Please start here: https://winscp.net/eng/docs/faq_synchronize
acrown20201112 Synchronize only new and updated files 2020-11-12 16:54 I want to synchronize the remote directory with the local directory in a script. I am using the command "synchronize -mirror remote local_dir_name remote_dir_name" It appears if I run the command a second time (right after the first time), the same files get transferred. How do I configure the script so only new or updates files get transferred and unchanged files are ignored? Thanks