Hi I am making a program that will involve reading a file off the internet. Right now I am just reading the file from off of my hardrive using fstream.h. I want to know how I can read the same file from my ftp site. Also how can I make my program download a file. I have tried using the ShellExecute command but pictures and other media files just show up in the browser.