cURL / Mailing Lists / curl-users / Single Mail

curl-users

POST binary files using curl for windows

From: Pedro Neves <pneves_at_cisco.com>
Date: Wed, 27 Mar 2002 10:07:47 -0800

Hi,

I have a binary file (cdisk.6.2.0.245) with 1.6 Mb.
If I do this :
   curl -# --data-binary @cdisk.6.2.0.245 https://16.152.1.29/tanga2.asp

on Linux it works great.
But on Windows, it seems just to transmit part of the file (2Kb).
I tested to send a text file (2Mb) using the following command and it works
great:
   curl -# --data-binary @manual.txt https://16.152.1.29/tanga2.asp

I am using a Windows2k and the latest cURL (7.9.5) submitted by Jörn
Hartroth.
Do you know what could be the reason for this ?

Thanks a lot,

Pedro Miguel Neves
Received on 2002-03-27