On Mon, Sep 30, 2002 at 02:54:28PM -0400, Chip Turner wrote: > You should be able to use 'wget' on the URLs from the Instant ISO page > and resume your downloads. Using your browser to download is highly > unsafe; a single crash can lose the entire download. wget should work > fine, but be sure to put the URL inside of single quotes (') to ensure > that shell escaping does not damage the URL.
Alternatively, copy all of the URL's to a file (/tmp/urls), and use wget -i /tmp/urls Regards, Bill Rugolsky