library for pulling of data from server.

C

celeritas

hi all,

do we have some library functions that can get some data from the
remote cloud/server?

or can we perform functions like pull or push of data using c/c++?

if it's possible then please let me know the lib and functions.

Thank you.
Cheers.
 
S

Sjouke Burry

celeritas said:
hi all,

do we have some library functions that can get some data from the
remote cloud/server?

or can we perform functions like pull or push of data using c/c++?

if it's possible then please let me know the lib and functions.

Thank you.
Cheers.
system(wget <fileurl>); get a file
or
system(wget -r ,<url>); recursively get all at <url>

Google for wget GNU.
 
M

Michael Doubez

do we have some library functions that can get some data from the
remote cloud/server?

Who is we ?
or can we perform functions like pull or push of data using c/c++?

What is C/C++ ?

There are but they vary in the degree of service they offer and the
dependencies they pull into your project.
if it's possible then please let me know the lib and functions.

You are offtopic here; this group is C++ language only.

As for the information you seek, you can use libcurl which is under
MIT/X derivate license. There is also a page comparing similar
projects on their site.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,143
Messages
2,570,822
Members
47,368
Latest member
michaelsmithh

Latest Threads

Top