web update idea?

  • Thread starter Thread starter foolish
  • Start date Start date
F

foolish

Hi can anyone point me to how you would provide a web update for an
application?

Thanks heaps

mark
 
Hello Mark,

Are you a programmer, thinking of implementing a web update?

It would be as simple as having an html, asp, php, (etc...) file on
your web server that your program would query with a version number
and read the results, and another URL (or the same one with a
different query string) that would forward you to the download of the
update file.


You can make sure your web site or other Internet/network services are
running with
First Alert Service Monitor. Available here:
http://www.electrasoft.com/fasm.htm

Kind Regards,
Bill Krahmer

Internet/network service monitoring software.
"First Alert Service Monitor" - Free trial.
http://www.electrasoft.com/fasm.htm
 
Bill said:
Hello Mark,

Are you a programmer, thinking of implementing a web update?

It would be as simple as having an html, asp, php, (etc...) file on
your web server that your program would query with a version number
and read the results, and another URL (or the same one with a
different query string) that would forward you to the download of the
update file.

Yes Bill
But I have a lot of files
and was womdering about XML FTP sorts of things?
 
Back
Top