Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
5728 connectés 

  FORUM HardWare.fr
  Windows & Software
  Logiciels

  je cherche un logiciel de téléchargement...

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

je cherche un logiciel de téléchargement...

n°2146951
Proov
Art & Science
Posté le 04-09-2005 à 14:21:40  profilanswer
 

Salut
 
je me suis mis en quete de trouver un petit programme de téléchargement, mais juste qui remplace la traditionelle fenetre de download, pas l'usine a gaz avec les catégories, les gestionnaire de download etc...
 
j'ai testé flashget, getright, net transport et Download accelerator, pour l'instant celui qui me plait le plus c'est download accelerator mais il est buggué et bourré de spywayre :sweat:  
 
vous connaissez un programme (freeware si possible) qui répondraio a mes attentes ?
 
merci :hello:

mood
Publicité
Posté le 04-09-2005 à 14:21:40  profilanswer
 

n°2146979
Tetsumaki
Posté le 04-09-2005 à 14:41:47  profilanswer
 

Moi perso j'utilise simplement le gestionnaire par défaut de firefox pour les petits download.
Sinon j'utilise wget c'est manuel mais très pratique et si t'as une énorme liste de téléchargement à faire tu peux faire un fichier batch.
http://ftp.gnu.org/pub/gnu/wget/
http://xoomer.virgilio.it/hherold/#Files
 
commande principale :
 - Téléchargement d'un fichier :
cmd -> wget http://xoomer.virgilio.it/hherold/wget-1.10.1b.zip
 
 - Résume d'un fichier :
cmd -> wget -c http://xoomer.virgilio.it/hherold/wget-1.10.1b.zip
 
 - L'aide
cmd -> wget -h
 

Code :
  1. GNU Wget 1.10.1, a non-interactive network retriever.
  2. Usage: wget [OPTION]... [URL]...
  3. Mandatory arguments to long options are mandatory for short options too.
  4. Startup:
  5.   -V,  --version           display the version of Wget and exit.
  6.   -h,  --help              print this help.
  7.   -b,  --background        go to background after startup.
  8.   -e,  --execute=COMMAND   execute a `.wgetrc'-style command.
  9. Logging and input file:
  10.   -o,  --output-file=FILE    log messages to FILE.
  11.   -a,  --append-output=FILE  append messages to FILE.
  12.   -d,  --debug               print lots of debugging information.
  13.   -q,  --quiet               quiet (no output).
  14.   -v,  --verbose             be verbose (this is the default).
  15.   -nv, --no-verbose          turn off verboseness, without being quiet.
  16.   -i,  --input-file=FILE     download URLs found in FILE.
  17.   -F,  --force-html          treat input file as HTML.
  18.   -B,  --base=URL            prepends URL to relative links in -F -i file.
  19. Download:
  20.   -t,  --tries=NUMBER            set number of retries to NUMBER (0 unlimits).
  21.        --retry-connrefused       retry even if connection is refused.
  22.   -O,  --output-document=FILE    write documents to FILE.
  23.   -nc, --no-clobber              skip downloads that would download to
  24.                                  existing files.
  25.   -c,  --continue                resume getting a partially-downloaded file.
  26.        --progress=TYPE           select progress gauge type.
  27.   -N,  --timestamping            don't re-retrieve files unless newer than
  28.                                  local.
  29.   -S,  --server-response         print server response.
  30.        --spider                  don't download anything.
  31.   -T,  --timeout=SECONDS         set all timeout values to SECONDS.
  32.        --dns-timeout=SECS        set the DNS lookup timeout to SECS.
  33.        --connect-timeout=SECS    set the connect timeout to SECS.
  34.        --read-timeout=SECS       set the read timeout to SECS.
  35.   -w,  --wait=SECONDS            wait SECONDS between retrievals.
  36.        --waitretry=SECONDS       wait 1..SECONDS between retries of a retrieval.
  37.        --random-wait             wait from 0...2*WAIT secs between retrievals.
  38.   -Y,  --proxy                   explicitly turn on proxy.
  39.        --no-proxy                explicitly turn off proxy.
  40.   -Q,  --quota=NUMBER            set retrieval quota to NUMBER.
  41.        --bind-address=ADDRESS    bind to ADDRESS (hostname or IP) on local host.
  42.        --limit-rate=RATE         limit download rate to RATE.
  43.        --no-dns-cache            disable caching DNS lookups.
  44.        --restrict-file-names=OS  restrict chars in file names to ones OS allows.
  45.        --user=USER               set both ftp and http user to USER.
  46.        --password=PASS           set both ftp and http password to PASS.
  47. Directories:
  48.   -nd, --no-directories           don't create directories.
  49.   -x,  --force-directories        force creation of directories.
  50.   -nH, --no-host-directories      don't create host directories.
  51.        --protocol-directories     use protocol name in directories.
  52.   -P,  --directory-prefix=PREFIX  save files to PREFIX/...
  53.        --cut-dirs=NUMBER          ignore NUMBER remote directory components.
  54. HTTP options:
  55.        --http-user=USER        set http user to USER.
  56.        --http-password=PASS    set http password to PASS.
  57.        --no-cache              disallow server-cached data.
  58.   -E,  --html-extension        save HTML documents with `.html' extension.
  59.        --ignore-length         ignore `Content-Length' header field.
  60.        --header=STRING         insert STRING among the headers.
  61.        --proxy-user=USER       set USER as proxy username.
  62.        --proxy-password=PASS   set PASS as proxy password.
  63.        --referer=URL           include `Referer: URL' header in HTTP request.
  64.        --save-headers          save the HTTP headers to file.
  65.   -U,  --user-agent=AGENT      identify as AGENT instead of Wget/VERSION.
  66.        --no-http-keep-alive    disable HTTP keep-alive (persistent connections).
  67.        --no-cookies            don't use cookies.
  68.        --load-cookies=FILE     load cookies from FILE before session.
  69.        --save-cookies=FILE     save cookies to FILE after session.
  70.        --keep-session-cookies  load and save session (non-permanent) cookies.
  71.        --post-data=STRING      use the POST method; send STRING as the data.
  72.        --post-file=FILE        use the POST method; send contents of FILE.
  73. HTTPS (SSL/TLS) options:
  74.        --secure-protocol=PR     choose secure protocol, one of auto, SSLv2,
  75.                                 SSLv3, and TLSv1.
  76.        --no-check-certificate   don't validate the server's certificate.
  77.        --certificate=FILE       client certificate file.
  78.        --certificate-type=TYPE  client certificate type, PEM or DER.
  79.        --private-key=FILE       private key file.
  80.        --private-key-type=TYPE  private key type, PEM or DER.
  81.        --ca-certificate=FILE    file with the bundle of CA's.
  82.        --ca-directory=DIR       directory where hash list of CA's is stored.
  83.        --random-file=FILE       file with random data for seeding the SSL PRNG.
  84.        --egd-file=FILE          file naming the EGD socket with random data.
  85. FTP options:
  86.        --ftp-user=USER         set ftp user to USER.
  87.        --ftp-password=PASS     set ftp password to PASS.
  88.        --no-remove-listing     don't remove `.listing' files.
  89.        --no-glob               turn off FTP file name globbing.
  90.        --no-passive-ftp        disable the "passive" transfer mode.
  91.        --retr-symlinks         when recursing, get linked-to files (not dir).
  92.        --preserve-permissions  preserve remote file permissions.
  93. Recursive download:
  94.   -r,  --recursive          specify recursive download.
  95.   -l,  --level=NUMBER       maximum recursion depth (inf or 0 for infinite).
  96.        --delete-after       delete files locally after downloading them.
  97.   -k,  --convert-links      make links in downloaded HTML point to local files.
  98.   -K,  --backup-converted   before converting file X, back up as X.orig.
  99.   -m,  --mirror             shortcut for -N -r -l inf --no-remove-listing.
  100.   -p,  --page-requisites    get all images, etc. needed to display HTML page.
  101.        --strict-comments    turn on strict (SGML) handling of HTML comments.
  102. Recursive accept/reject:
  103.   -A,  --accept=LIST               comma-separated list of accepted extensions.
  104.   -R,  --reject=LIST               comma-separated list of rejected extensions.
  105.   -D,  --domains=LIST              comma-separated list of accepted domains.
  106.        --exclude-domains=LIST      comma-separated list of rejected domains.
  107.        --follow-ftp                follow FTP links from HTML documents.
  108.        --follow-tags=LIST          comma-separated list of followed HTML tags.
  109.        --ignore-tags=LIST          comma-separated list of ignored HTML tags.
  110.   -H,  --span-hosts                go to foreign hosts when recursive.
  111.   -L,  --relative                  follow relative links only.
  112.   -I,  --include-directories=LIST  list of allowed directories.
  113.   -X,  --exclude-directories=LIST  list of excluded directories.
  114.   -np, --no-parent                 don't ascend to the parent directory.
  115. Mail bug reports and suggestions to <bug-wget@gnu.org>.

n°2146986
Proov
Art & Science
Posté le 04-09-2005 à 14:48:20  profilanswer
 

oula... ça a l'air d'etre puissant comme tru mais un peu trop compliqué pour moi :D  
 
je viens de tester LeechGet, il a l'air pas mal mais il ne s'integre pas dans FireFox ? :??: a moins que ce soit les fichiers iso qu'il ne reconnaisse pas

n°2147312
trifougne
Posté le 04-09-2005 à 20:29:58  profilanswer
 

salut
j'utilise leechget avec firefox.Il te faut l'extension "flashgot" pour que ça marche

n°2147471
Proov
Art & Science
Posté le 04-09-2005 à 23:02:31  profilanswer
 

ah ok merci je vais aller chercher ça :hello:


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Windows & Software
  Logiciels

  je cherche un logiciel de téléchargement...

 

Sujets relatifs
Quel logiciel pour graver l'image iso de MandrakeLinux au mieuCherche expert en connexion adsl
Quel logiciel pour parler avec un micro via un réseau ?cherche carte PCI wifi compatible win 98
Cherche logiciel pour gérer mes contacts PC<->téléphoneLogiciel de "retouche" et print photo de cdiscount, zen pensez quoi ?
Problème avec un logicielcherche soft genre TREEPAD + tableur
Quel logiciel pour sauvegarde d'un systeme raid 0 ? 
Plus de sujets relatifs à : je cherche un logiciel de téléchargement...


Copyright © 1997-2025 Groupe LDLC (Signaler un contenu illicite / Données personnelles)