File Transmission in C Language

Newbie Member
18Nov2007,23:17   #1
kavya's Avatar
Hello,
I am new to C language.I am trying to download a file from remote server and save on desktop using c language.Can i use Http to accomplish my task.if not atleast help me with FTP Code.Please This is very urgent. .
Thanks inAdvance.
Contributor
2Jan2008,18:03   #2
technosavvy's Avatar
i think if you know the ip and the opened port of the server you can get the data using spcket programming...

u can get an easy guid about sockept programming on net by searching bgnet.pdf in google..
i hope it helps..
Ambitious contributor
2Jan2008,18:59   #3
Salem's Avatar
http://curl.haxx.se/libcurl/
This has support for FTP and HTTP.