cURL / Mailing Lists / curl-users / Single Mail

curl-users

[ curl-Bugs-475472 ] Ftp Bug

From: <noreply_at_sourceforge.net>
Date: Fri, 26 Oct 2001 17:34:37 -0700

Bugs item #475472, was opened at 2001-10-26 17:34
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=475472&group_id=976

Category: ftp
Group: bad behaviour
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: Ftp Bug

Initial Comment:
OS: Linux/Unix/Windows
Version of curl: 7.9
Bug Detail:

If I use
"curl -O -u username:password
ftp://ftpsite/path/install.[000-002]"

It logs onto the site and fetch install.000,
install.001, install.002 and disconnects.
All processes are in connection #0.
That's fine.

But if I use
"curl -O
ftp://username:password@ftpsite/path/install.[000-002]"

It will log onto the site and fetch install.000 and
install.001. Then leaving connection #0 alive, it
connects to the site in connection #1, and fetch
install.002 in connection #1.

I believe this is a bug since it is supposed to re-use
existing connection.

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

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