[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Utilisation de WGET - Problème des liens symboliques



Am 2004-10-27 18:34:08, schrieb LEBRETON Philippe:
> bonjour,
> 
> je veux récupérer sur un mirroir Debian le seul répertoire main/disk-i386.
> Dans ce répertoiree il y en exite deux qui sont de liens symbolique.
> A chaque fois que j'utilise wget avec la commande suivante :
> wget -r --passive-ftp -nH -x -np -X "*current" -R "*htm*" 
> http://ftp.fr.debian.org/debian/dists/woody/main/disks-i386/
> les répertoire current et base-image-current ne sont pas pris en tant 
> que lien mais en tant que répertoire.
> 
> Comment faire

Je utilise ça:

  ____( 'stdin' )_______________________________________________________
 /
| TARGET=ftp://ftp.de.debian.org/debian
| REL=woody
| ARCH=i386
| PATH_TMP=/tmp
| SPEED=60k
| 
| wget --directory-prefix=$TARGET/dists/$REL/main/disks-$ARCH \
|      --limit-rate=$SPEED --tries=10 --timeout=90 \
|      --output-file=$PATH_TMP/Floppies.wget --cut-dirs=5 -x -nH -r \
|      $SERVER/dists/$REL/main/disks-$ARCH/
 \______________________________________________________________________


> Merci
> 
> Philippe LEBRETON


Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Attachment: signature.pgp
Description: Digital signature


Reply to: