when you got to download from a site that ask for authentication details use the below flags to specify the user and password details
wget –user=’yourusernamehere’ –password=’yourpasswordhere’ –auth-no-challenge https://yoururlhere.com
An attempt on useful blogging
when you got to download from a site that ask for authentication details use the below flags to specify the user and password details
wget –user=’yourusernamehere’ –password=’yourpasswordhere’ –auth-no-challenge https://yoururlhere.com