cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: -O and Content-Type: application/octetstream

From: <paul.rockey_at_abbott.com>
Date: Fri, 29 Aug 2003 08:17:36 -0500

Hello. I'm having a problem with sending data files. The files are data
dumps from a mainframe and contain rows of data. The files will go if they
contain 1k rows or less. Anything more than that, even 1001, then the feed
just hangs and eventually times out with "server sent no response". Here
is the command that is being used. Variables are being passed in for the %
numbers. Any idead?

call d:\temp\curl\curl -q -p --trace trace.txt -# -m 1800 -x
corplock.cmis.abbott.com:443 -F "AUTH=xxxxxxxxxxxxxxxxxxxxxxxxxx" -F
ACTION=%1 -F NOTIFY_EMAIL=joe.blo_at_somewhere.com -F NOTE=none -F
HEADER_FILE=@c:\temp\lern\%3;type=multipart/form-data -F
DATA_FILE=@c:\temp\lern\%2;type=multipart/form-data https://somesite.com

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Received on 2003-08-29