[ale] File stream from URL

Kalin Nakov knakov at nemetschek.bg
Wed Oct 27 10:28:56 EDT 1999


Hi. I have the following question. Are there any libraries for
opening/reading/writing/closing a file form an http/ftp/gopher... etc. URL?
I would like something like this:

url network_file("http://mysite.com/myfile.txt");
url.read(&data, 10);
url.read(&data, 15);
...
url.close();






More information about the Ale mailing list