I'm trying to grab a file over http that requires a username and password. Unfortunately I'm getting this error and --user and --password don't seem to work.
Are there any other ways to download files in a bash script that require user/password?
Thank You!