Avinash
Avinash

Reputation: 13267

Reading File Remotely in C++

Is there way that I can read the file from remote server using fopen or any other api.

Thanks Avinash

Upvotes: 3

Views: 1209

Answers (1)

mmonem
mmonem

Reputation: 2841

Try libcurl. It is a rich library that can work many types of servers.

Upvotes: 3

Related Questions