I'm curious how you have a program check a website for updates. like how an anti-virus updates. Thanks in advance.
Printable View
I'm curious how you have a program check a website for updates. like how an anti-virus updates. Thanks in advance.
Moved.
There are several different methods. Here are two of the most popular ones:
1 - Check a web database for a flag and/or version number to compare to the current version.
2 - Check a file on the website for a flag and/or version number to compare to the current version.