Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |||
wget [2015/11/02 21:00] admin |
wget [2015/11/02 21:01] (aktuell) admin |
||
---|---|---|---|
Zeile 5: | Zeile 5: | ||
wget --user=username --password=userpassword -t 0 http://x.x.x.x/file | 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 --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 -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 |