cURL / Mailing Lists / curl-users / Single Mail

curl-users

[ curl-Bugs-426739 ] http upload from stdin fails

From: <noreply_at_sourceforge.net>
Date: Wed, 23 May 2001 13:16:23 -0700

Bugs item #426739, was updated on 2001-05-23 13:16
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=426739&group_id=976

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: http upload from stdin fails

Initial Comment:
doing
cat filespec | curl -T - http://path.to.put.server/file

only creates an empty file

on the other hand

curl -T filespec http://patch.to.put.server/filespec

creates the file and puts the content in the right place.

curl -V
curl 7.6.1 (i586-mandrake-linux-gnu) libcurl 7.6.1 (SSL
0.9.6)

uname -a
Linux chipmunk 2.4.3-20mdk #1 Sun Apr 15 23:03:10 CEST
2001 i686 unknown

any thoughts?

----------------------------------------------------------------------

You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=426739&group_id=976
Received on 2001-05-23