Hello mastertorr,
I was wondering if you came across anything you liked!
Currently, I have a separate .exe file that uses ftp and an ini file.
Our updates are rarred(zipped) files, not the actual file so I cannot compare the actual file dates so this is what I did.
The ini file does not exist the first time the user runs the update.exe file. This forces an update no matter what on the first update attempt and creates the ini file. I do a DIR of the update folder, then use the date modified from the server for all files and add them to the ini file.
Later, when the user runs an update again, we have an ini file so I compare the dates in the ini file to the dates on the server, If any of the file dates have changed add them to an array of files to download. If new files are found add them to the array, plus update the ini file. Then display the files that are available.
I'm looking into other options, I kinda like the GetHeader but haven't had a chance to look into yet.
Let me know if you've choosen anything...
Or would be interested in seeing a sample of what I got.
AccessGuruCarl
Programmers helping programmers
you can't find a better site.