[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] File stream from URL



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();