I could use "wget" in Unix, but I would have to store the file, then open it to read from , then delete. Instead I would like just open the file and read info, then close it.
How should I approach that problem? Any suggestions?
Socket programming is a little complex... you might be happier just using wget. Are you sure you want to take all the time and effort you'll need to do it?