I've asked this question before and got no answers except how to upload which was of no help. I have a program that needs to download a text file from my server. It's basically a list of URLs my program is going to visit. Whenever you open the program, I want it to automatically start downloading the list so that when I update the list, the program (when opened) will download the new list. Is there any code that will download a file from my website to a folder on the users computer? (ex: to C:\TemporaryFolder) I can do FTP as well.