[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problems downloading tarball with curl

From: John Peacock <jpeacock_at_rowman.com>
Date: 2003-09-25 17:34:49 CEST

Christian Schaffner wrote:

> curl --max-redirs 1 -f -L -O
> http://subversion.tigris.org/files/documents/15/6494/subversion-
> 0.30.0.tar.gz
> % Total % Received % Xferd Average Speed Time
> Curr.
> Dload Upload Total Current Left
> Speed
> 100 442 100 442 0 0 509 0 0:00:00 0:00:00
> 0:00:00 0
> 0 0 0 0 0 0 0 0 --:--:-- 0:00:00
> --:--:-- -2177
> curl: (47) Maximum (1) redirects followed
>
> Or did you mean something else?

Yes, I meant a _higher_ number, not a lower number! You want curl to follow the
redirects, since that is the only way it works (even with wget).

$ curl --max-redirs 3 -f -L -O
http://subversion.tigris.org/files/documents/15/6494/subversion-0.30.0.tar.gz
   % Total % Received % Xferd Average Speed Time Curr.
                                  Dload Upload Total Current Left Speed
   0 442 0 0 0 0 0 0 --:--:-- 0:00:00 --:--:-- 0
   0 442 0 0 0 0 0 0 --:--:-- 0:00:00 --:--:-- 0
100 7278k 100 7278k 0 0 153k 0 0:00:47 0:00:47 0:00:00 155k

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 25 17:36:10 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.