Am working on auto provisioning in which I need to download a file.enc from the server.This I had done using cURL(other option is wget) to get it done.Now I need to compile the curl source code with agcc (ARM tool chain compile) and port the same on a Android device. Am clueless so any help is greatly appreciated.

Thanks in advance.

link|improve this question
feedback

2 Answers

Why don't you use HttpGet provided in the android sdk?

link|improve this answer
Am using this curl in my C code to get the file.Can I do the same with HTTPget?? – Revu Jan 24 '11 at 6:47
Have anyone used cURL for android devices so far?? – Revu Jan 24 '11 at 7:05
feedback

I have documented the way to compile libcurl into your application for Android. The only challenge is to configure the libcurl for ARM architecture. You will need to tweak the compilation parameters for your environment.

http://thoughts.seul.in/2011/01/compiling-curl-libcurl-for-android-using-ndk-on-snow-leopard-mac-os-x/

link|improve this answer
1  
Your link is dead, can you post the contents directly here in your answer? – Hans-Christoph Steiner Jan 17 at 20:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.