curl-users
Re: Can't view strange Java URL with Curl. Is it possible?
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun, 4 Nov 2001 20:39:52 +0100 (MET)
Date: Sun, 4 Nov 2001 20:39:52 +0100 (MET)
On Sun, 4 Nov 2001, Ham Frulong wrote:
> I am trying to view/download the content of this URL
[snip]
> with the use of Curl but i can't get it to work.
I could.
> Does anyone know how i can view this document with CURL?
What I did:
curl -L -b moo "[URL]"
-L - for following the Location: header that initial page returns
"-b moo" - to activate the cookie parser/enginea
Quote the URL, as the ? and ; letters likely mean something to your shell
otherwise.
-- Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/Received on 2001-11-04