I would like to implement a feature in an application I'm developing will automatically download any updates to the software or associated data files from our company website (from a password protected folder) and install them (as long as the user is current with their maintenance agreement of course).
Has anyone done something similar to this already? I've never fooled around with programming internet access, so I'm not sure what is involved in accessing a file from a password protected folder (Apache web server).
It would be nice if I could update a log file on the server as well showing who has accessed/downloaded an update.
Also, how could a program update itself (replacing the .EXE file when it's already running)?
Has anyone done something similar to this already? I've never fooled around with programming internet access, so I'm not sure what is involved in accessing a file from a password protected folder (Apache web server).
It would be nice if I could update a log file on the server as well showing who has accessed/downloaded an update.
Also, how could a program update itself (replacing the .EXE file when it's already running)?
Comment