Environment: Linux VM which I have access only through command line console.
Goal:
I need to download the file: https://download.nlm.nih.gov/umls/kss/2020AA/umls-2020AA-full.zip
Unlike typical download using wget, this redirects to a sign-in page.
What I have tried till now:
Tried using the text based browsers: w3m, elinks. Until recent changes in the sign-in page, it used to work.
What had changed in the sign-in page?
Earlier the sign-in page used to take username and password. But recently they have introduced option to sign-in via Google, Microsoft etc.
Problem
The sign-in page looks like this in my local m/c:
But when browsing using text based browsers in the VM, it only shows a blank page.
Is there any solution to this issue?
N.B.
- The link to above zip file is mentioned in https://www.nlm.nih.gov/research/umls/licensedcontent/umlsarchives04.html#2020AA
- As it is a huge file, I don't have the option to download in my local system and then upload it to the VM.
- Had originally asked the question in StackOverflow, but was suggested to raise the question in this forum (so I deleted the original post).
