Pulling Files from Web site
I need to be able to run a program that checks a web site for the current version of another program. if the local version is older than the current version i need to replace the exe and dll file with files on the web server. how do I from windows forms pull the files down to the local machine?
TIA