|
|||||||||
|
|||||||||
|
|||
|
Hi I'm trying to use curl on the iphone to communicate with a certain host; for what I can see it doesn't work like that one on my pc (Debian etch).
If I try to make a request using -F option like this one: curl "http://192.168.1.x/" -s -F "name=tony" this is the result: curl: option -F: is badly used here curl: try 'curl --help' or 'curl --manual' for more information Shouldn't it be right? Any helps? Last edited by 111111; 09-19-2009 at 04:11 PM. |
|
|||
|
I had the same problem. Most of the things on my computer using curl use -F and have to be switched to -d to work on the iPhone. You already solved it, but this is what works for me:
curl http://192.168.1.x/ -s -d name="tony" |
| Sponsored links Remove advertisements | |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [3G] Screen problem after a fall | Oranav | Hardware | 5 | 11-06-2008 01:44 PM |
| sleep problem when not on external power | ckinsella | Hardware | 1 | 09-27-2008 10:31 PM |
| [1.1.4][advice] Problem with GPRS on 2 phones | purpleparrotuk | Older Software Unlock Solution | 0 | 07-15-2008 09:00 AM |
| iPhones with problem: no software/hardware unlock works. | deki | General | 1 | 09-13-2007 09:36 AM |
|
|