cURL / Mailing Lists / curl-users / Single Mail

curl-users

CURL codedumps with -F option

From: Khan, M.Shyem <m.shyem.khan_at_thomson.com>
Date: Thu, 18 Mar 2004 12:54:48 -0600

I am trying to use the -F option on curl to a https site:
-F/--form <name=content> Specify HTTP multipart POST data (H)
I tried it with version 7.10.8 and 7.11.0 both coredumps. My OS is AIX 5.1

curl -v -e https://ecf.txnd.uscourts.gov/cgi-bin/login.pl -F "login=xxx" -F
"key=xxx"
https://ecf.txnd.uscourts.gov/cgi-bin/login.pl?158392516763186-L_311_0-1 -c
cookie.txnd
 4612204 Segmentation fault(coredump)

Note: the website does not understand -d (-d uses the
application/x-www-form-urlencoded mime-type)
Received on 2004-03-18