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?
You could use the wget source to save the file to memory instead of the file system, then just do the processing you need. I also think there's a wget library.