Hi, In `man wget` is see text ---[ cut ]--- --http-user=user --http-password=password Specify the username user and password password on an HTTP server. According to the type of the challenge, Wget will encode them using either the "basic" (insecure) or the "digest" authentication scheme.
Another way to specify username and password is in the URL itself. Either method reveals your password to anyone who bothers to run "ps". To prevent the passwords from being seen, store them in .wgetrc or .netrc, and make sure to protect those files from other users with "chmod". If the passwords are really important, do not leave them lying in those files either---edit the files and delete them after Wget has started the download. ---[ cut ]--- but in `wget --help` is see --http-user=USER set http user to USER. --http-passwd=PASS set http password to PASS. check --http-passwd and --http-password and fix it please. best regards, Dmitry.