Connect to a website via HTTP in C
Posted
by sfactor
on Stack Overflow
See other posts from Stack Overflow
or by sfactor
Published on 2010-04-18T23:59:42Z
Indexed on
2010/04/19
0:03 UTC
Read the original article
Hit count: 224
i have a C code that parses a file and generates another file for the processed data. i now need to send these files to a web server (website). i guess there way is to do a HTTP POST. but i have never done this in c (Linux gcc compiler in ubuntu). Does anyone know how to do this. i need to a starting point as i have no clue of doing this in C.
i also need to be able to authenticate with the website.
© Stack Overflow or respective owner