I am trying to use wget to download a pdf from my university website the url looks something like this : https://online.myuni.ac.uk/webapps/blackboard/execute/content/file?cmd=view&content_id=_xxxxxxx_1&course_id=_xxxxx_1
I have tried using wget with both cookies and also with --user=xxx --password=xxx However what it downloads is a html page showing me a log-in screen saying I have insufficient permission. I cannot get this to work, and I am not sure how to proceed. I am very inexperienced with linux and programming in general any help is appreciated.