Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
wget [2014/08/28 10:52] admin |
wget [2015/11/02 21:01] (aktuell) admin |
||
---|---|---|---|
Zeile 3: | Zeile 3: | ||
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 --user=username --password=userpassword -t 0 http://x.x.x.x/file |
- | wget -c --ftp-user=username --ftp-password=userpassword %%ftp://x.x.x.x/file%% setzt abgebrochenen Download fort | + | 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 |