Can one read a remote file as an istream with libcurl?
Posted
by jobu
on Stack Overflow
See other posts from Stack Overflow
or by jobu
Published on 2010-06-11T15:16:03Z
Indexed on
2010/06/11
20:02 UTC
Read the original article
Hit count: 209
I'd like to use the libcurl library to open a remote date file and iterate through it with an istream. I've looked through the nice example in this thread but it writes the remote file to a local file. Instead I'd like to have the remote reads be pushed to an istream for subsequent programmatic manipulation. Is this possible? I would greatly appreciate help.
Best, Aaron
© Stack Overflow or respective owner