downloadmanager, vorhandene datei verwenden

MadJoe

MadJoe

Eroberer
hallo!

gibt es zufällig einen download manager, der ein bereits zum teil downgeloadedetes image weiterverwenden kann, um dann von meiner angegebenen adresse weiterzuladen? ich habe nämlich bereits 2 GB runtergeladen, war mir allerdings nicht bewusst, dass der download manager vom firefox das nicht packt und mir fehlen jetzt nur mehr ca. 500 mb. ich habe irgendwie keine lust, den download innerhalb eines download managers neu zu starten.

mfg joe
 
wget kann sowas.

-c
--continue
Continue getting a partially-downloaded file. This is useful when
you want to finish up a download started by a previous instance of
Wget, or by another program. For instance:

wget -c ftp://sunsite.doc.ic.ac.uk/ls-lR.Z

If there is a file named ls-lR.Z in the current directory, Wget
will assume that it is the first portion of the remote file, and
will ask the server to continue the retrieval from an offset equal
to the length of the local file.

Note that you don't need to specify this option if you just want
the current invocation of Wget to retry downloading a file should
the connection be lost midway through. This is the default behav-
ior. -c only affects resumption of downloads started prior to this
invocation of Wget, and whose local files are still sitting around.
 
kannst auch gftp nehmen falls du gerne Grafik hast ;)
 
wie sieht es eigentlich mit der maximalen downloadgröße aus, die wget unterstützt? darüber habe ich bisher noch nichts gefunden...
 
Zurück
Oben