Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
wget [2014/07/14 08:28] admin |
wget [2015/11/02 21:01] (aktuell) admin |
||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
*[[http://wiki.ubuntuusers.de/wget?redirect=no|Wiki/wget]] | *[[http://wiki.ubuntuusers.de/wget?redirect=no|Wiki/wget]] | ||
- | wget -t 0 %%http://peer.st/d4e/d4e.iso%% <- bei Verbindungsabbruch wird wiederholt (bei 0 unendlich oft) und der Download fortgesetzt. | + | wget -t 0 http://peer.st/d4e/d4e.iso%% <- bei Verbindungsabbruch wird wiederholt (bei 0 unendlich oft) und der Download fortgesetzt. |
- | wget --ftp-user=username --ftp-password=userpassword %%ftp://x.x.x.x/file%% | + | |
- | wget -c --ftp-user=username --ftp-password=userpassword %%ftp://x.x.x.x/file%% setzt abgebrochenen Download fort | + | wget --user=username --password=userpassword -t 0 http://x.x.x.x/file |
+ | |||
+ | wget --ftp-user=username --ftp-password=userpassword ftp://x.x.x.x/file | ||
+ | |||
+ | wget -c --ftp-user=username --ftp-password=userpassword ftp://x.x.x.x/file setzt abgebrochenen Download fort | ||
wget -r -nd -l 1 -A *rpm http://some.where.tld/path/to/rpms | wget -r -nd -l 1 -A *rpm http://some.where.tld/path/to/rpms | ||
Zeile 10: | Zeile 14: | ||
wget --http-user=ÖÖÖÖÖ --http-passwd=ÄÄÄÄÄÄ -r -np -A *pdf http://knopper.net/Knoppixtage9/ | wget --http-user=ÖÖÖÖÖ --http-passwd=ÄÄÄÄÄÄ -r -np -A *pdf http://knopper.net/Knoppixtage9/ | ||
- | | + | |
wget -t 0 --proxy-user "DOMAIN\USER" --proxy-password "PASSWORD" http://...... | wget -t 0 --proxy-user "DOMAIN\USER" --proxy-password "PASSWORD" http://...... | ||