cURL / Mailing Lists / curl-users / Single Mail

curl-users

curl syntax

From: Christian Kraus <christian.kraus_at_gmail.com>
Date: Thu, 21 Jul 2005 13:10:42 +0200

Hi,

I want to download files within a forum. There are many links, but I
donīt want to download each file manually, so I googled and found curl.

The download files have the following syntax:

http://forum.seda.wiai.uni-bamberg.de/forum/download.php?id=730

The downloads range are all between 0 and 1000, so I tried:

curl -O http://forum.seda.wiai.uni-bamberg.de/forum/download.php?id[0-1000]

But this downloads the download.php file itself, I think.
I want curl to follow the link.

So, does anyone know how to do this ?

thanks

Christian
Received on 2005-07-21