Discuss Problem with Curl (-F option) at the iPhone Developer Exchange - Hackint0sh.org; Hi I'm trying to use curl on the iphone to communicate with a certain host; ...
-
Problem with Curl (-F option)
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 couldn't find how to made it with curl.
I solved with wget.
-
-
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"
Similar Threads
-
By goozzik in forum Kernel / Kext (Driver) Support
Replies: 0
Last Post: 11-03-2009, 11:55 AM
-
By gman2207 in forum Quickpwn 3G
Replies: 1
Last Post: 11-16-2008, 11:16 PM
-
By hackint0sh in forum Latest Headlines
Replies: 0
Last Post: 06-04-2008, 06:10 PM
-
Replies: 3
Last Post: 01-03-2008, 06:20 AM
-
Replies: 1
Last Post: 08-15-2007, 04:02 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks