Hi
I need to connect to a server via http, the problem is that the only example I can find uses curl lib.
curl http://host:8080/sabnzbd/api -F apikey=APIKEY -F mode=addfile -F output=json -F "name=@d:\path\to\my\file.nzb"
I am totally lost with this and looking round the net, seems there is not support for curl under android.
So, my question is can this be emulated in b4a ?
Thanks
Potman
I need to connect to a server via http, the problem is that the only example I can find uses curl lib.
curl http://host:8080/sabnzbd/api -F apikey=APIKEY -F mode=addfile -F output=json -F "name=@d:\path\to\my\file.nzb"
I am totally lost with this and looking round the net, seems there is not support for curl under android.
So, my question is can this be emulated in b4a ?
Thanks
Potman