Hi,
I would like to use the built in windows ftp application to download some files on a periodic basis using a scheduled task and a .bat file.
However I don't want to download the whole directory each time just the files that have changed or are new.
Can this be done or do I need to write .NET application or the like?
UPDATE: After bashing my head against mirror.pl for several hours yesterday and failing to get it to work. I had a hunt around for other programmes which might be similar. I finally settled on scriptFTP
It was simple and easy to get up and running. However I have accepted mirror.pl as he answer as 1. It pointed me in the right direction (not rolling my own!) and 2. I'm sure it works a treat for those who can get past its trickiness!