Hello, I have problem with command wget to download files from website (user and passwors)
This commands does not work fine wget --http-user=user --http-password=password http://file.txt Always I see error user and password, but the user and password both are correct.
