Script to download only the files with different time stamps,
Hi,
i have created a script which is supposed to download all the files from remote site,
and then when the batch is run once again, it is supposed to compare the files and only download the files with the latest timestamp.
Here is my script:
so basically it should compare and delete the files with same name and replace them with the new ones with new timestamp.
EDIT: My test showed that the files are being redownloaded everytime i run the script.
It this correct? thanks for your help.
rgds
i have created a script which is supposed to download all the files from remote site,
and then when the batch is run once again, it is supposed to compare the files and only download the files with the latest timestamp.
Here is my script:
synchronize local D:\Reports\OL\ / #Download only most updated get -filemask="*>=1D" * exit
EDIT: My test showed that the files are being redownloaded everytime i run the script.
It this correct? thanks for your help.
rgds