cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: others sites

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 28 Nov 2001 09:39:04 +0100 (MET)

On Tue, 27 Nov 2001, Buro de Investigaciones Legales wrote:

[CC'ed to the curl mailing list, please post follow-ups to the mailing list]

> Congratulation for you software is very cool.

Thank you. I've not done it alone. We've had a lot of friendly contributors
that've helped me making curl what it is today.

> I have some trouble to make the curl to this site http://www.scjn.gob.mx
> I made curl http://www.scjn.gob.mx and tehe curl send me the message that
> the objet has moved...

Well, if that is said in plain HTML, curl can't do much about it. But I guess
that you get a Location: header too and you use -L to tell curl to follow
that. Try:

 curl -L http://www.scjn.gob.mx

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2001-11-28