Zorg wrote:
Le Tue, 30 Aug 2005 16:06:48 +0100
Paul Howarth <paul@xxxxxxxxxxxx> a écrit:
<SNIP!>
Try:
$ curl --retry 20 --remote-time --remote-name --location \
http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/glibc-common-2.3.5-10.i386.rpm
Paul.
Well...
Failed at 6387k...
Can you try:
$ curl -C - -v --retry 10 --remote-time --remote-name --location \
http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/glibc-common-2.3.5-10.3.i386.rpm
The -C option should get curl to try continuing the existing download,
and the -v option gives verbose messages about what's going on.
Paul.