On Fri, Nov 12, 2010 at 12:46 AM, Kam Leo <kam.leo@xxxxxxxxx> wrote:
Sorry, cut and paste error. The correct commands should be:Your scripts will work! Neither you nor the OP bothered to examine the contents of the repository. All the ISO files begin with "Fedora".On Fri, Nov 12, 2010 at 12:29 AM, Andras Simon <szajmi@xxxxxxxxx> wrote:On 11/12/10, Robert Moskowitz <rgm@xxxxxxxxxxxxxxx> wrote:Instead of the -A option of wget, you could use the power of the shell:
> So I tried:
>
> wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A "disc?.iso"
> http://mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/
>
> and this only got the index.txt file
>
> So I am trying to figure out the right format for the -A option...
wget -b -nv -nH
http://mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/disc{1..5}.iso
(Untested!)
Andras
Try:
wget ftp:///mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/Fedora-14-i386-disc*.iso
or
wget ftp:///mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/Fedora-14-i386*.iso
which will get disc1-disc5, DVD and netinstall.
wget ftp://mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/Fedora-14-i386-disc*.iso
and
wget ftp://mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/Fedora-14-i386*.iso
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines