Ergebnis 1 bis 3 von 3

Thema: Linux-Direktdownload: aget + Wartezeit

  1. #1
    Member
    Registriert seit
    Sep 2007
    Beiträge
    809

    AW: Linux-Direktdownload: aget + Wartezeit

    versuch mal
    until aget *link*
    do a=1
    done
    Wenn sich aget genauso wie wget verhält sollte das funktionieren.
    Überprüf nach dem ersten Download den Traffic, das könnte durchaus mehr Traffic verursachen.

  2. #2
    Member
    Registriert seit
    Jul 2006
    Beiträge
    1.419

    AW: Linux-Direktdownload: aget + Wartezeit

    Also wenn ich die Beschreibung hier lese

    Aget fetches HTTP URLs in a manner similar to wget, but segments the retrieval into multiple parts to increase download speed. It can be many times as fast as wget in some circumstances.
    If you're downloading a file of size less than 512K, I suggest using small segments, i.e 4-5 however, if you are downloading large files, you can increase the segmentation Aget first sends a HEAD request to retrieve the length of the file, and divides it into equal segments according to the number user has requested. Then for each segment, it connects to the server and gets only the part, which it is to download. Therefore, if you're downloading a small file, it is suggested that you decrease the number of segmentation, likewise, if it's a large file, you're urged to increase the number of threads.
    heißt daß das aget mehrere Verbindungen aufmachen will, das unterstützt OTR nicht.

    Die Tatsache das aget seit 2006 nicht mehr gepflegt wird spricht auch für sich, finde ich.
    Ist aus Debian auch schon seit Ewigkeiten rausgeflogen.
    Nimm wget.

  3. #3
    Kuschelknäuel
    Guest

    AW: Linux-Direktdownload: aget + Wartezeit

    Zitat Zitat von SGE Beitrag anzeigen
    [...]
    Die Tatsache das aget seit 2006 nicht mehr gepflegt wird spricht auch für sich, finde ich.
    Ist aus Debian auch schon seit Ewigkeiten rausgeflogen.
    Nimm wget.
    Nicht meine Entscheidung Werde es aber weiterleiten.

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •