cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: feeling adventurous?

From: Robert Linden <robert.linden_at_postcom.deutschepost.de>
Date: Wed, 02 Feb 2000 13:37:37 +0100

Hi Daniel,

I got curl-daily-2000-02-02.tar.gz and built it on my RH5.1 (glibc 2.07,
gcc 2.7.2.3)
box, with no obvious problems. Interestingly it is only 355619 bytes
small,
whereas curl 6.4 was 1027937 (both dynamic, not stripped).
Normal url-getting works, but http-upload does not 100%. I tried it like
I did before,
with a single -F and to the same script (still working, checked with
6.4).
It does not print the output of the script:

curl6.4:
[rob@K4175150 ~]$ curl -F userfile=@a.out http://lab/up.php3
4222 bytes received in 0.002 seconds (2041586 bytes/sec)
userfile is: ____ /tmp/php19475aaa ____ <br>
userfilename is: ____ a.out ____ <br>
copy ok
[rob_at_K4175150 ~]$

new snapshot:
[rob@K4175150 src]$ ./curl -F userfile=@main.c http://lab/up.php3
[rob_at_K4175150 src]$

It did upload the file though, only the returning data is lost.

rob
Received on 2000-02-02