In AP5 or SF6/7
Is their anyway to place files on an FTP or website directory then do a compare to the local file and website files and only download the newer files from the website.
I kinda have this in place now. SF looks at webpage:
<SUF60>%exedate%</SUF60>
<%exedate%>10-15-2004</%exedate%>
compares the exedate to a date in an ini on the local machine and only downloads if the web setup is newer.
I have looked at TrueUpdate and VisualUpdate products, but those seem to be based on builds. We have many files and sometimes a client only needs to download 1 file or 20 files.
What I am looking for is something like xcopy http://www.galactek.com/downloads/ *.* /d
I know that is not a real command, but should give the idea.

