wget mit Benutzername und Passwort
wget --user user --password pass http://example.com/
fullStackOverflow
wget --user user --password pass http://example.com/
wget --user=remote_user --ask-password ftp://ftp.example.com/file.ext
Password for user `remote_user': [SECRET (not visible)]
wget --user=remote_user --password=SECRET ftp://ftp.example.com/file.ext