views:

74

answers:

1

Hi,

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

Thanks Avinash

+2  A: 

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

mmonem
Would you use it for communications if implementing grid computing ?
Stephane Rolland
@Stephane, I am not an expert in grid computing but I'd go for a CORBA for remote services.
mmonem