curl-users
Re: Install cURL in Android using binary
Date: Wed, 17 Oct 2012 12:20:48 -0400
On Wed, Oct 17, 2012 at 11:42 AM, Joe Cabezas <joe.cabezas_at_gmail.com> wrote:
> Hello!
>
> how to install curl in android using the official binary?
>
> this one: http://curl.haxx.se/dlwiz/?type=bin&os=Linux&flav=Android
>
> I tried:
>
> adb push curl /some/folder
>
> and then in adb shell I tried:
>
> $ ./curl www.google.cl
>
> sh: ./curl: can't execute: Permission denied
>
> what can I do?
>
>
Try setting execute permissions: chmod 755 /some/folder/curl
Ralph Mitchell
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-10-17