...
wget
Ganzes Verzeichnis von FTP-Server herunter laden:
wget -r ftp://username:password@ftpserver/Directory
Zertifikat ignorieren:
wget --no-check-certificate https://….
wget -A gz,msi -m -p -np -e robots=off --no-check-certificate https://download.example.com
Website als mirror herunterladen (Offline-Modus)
wget -m -E -k -p -e robots=off http://www.example.com
Website statisch herunterladen
wget -p -nH -k -E -r -l 99 http://www.example.com