Dies ist eine alte Version des Dokuments!
-
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 -r -nd -l 1 -A *rpm http://some.where.tld/path/to/rpms
Siehe auch screen