'Cannot download from terminal with curl -O [closed]

I try to download the something-something dataset onto a server with the command line. It is split into multiple parts, the small introduction file is for example downloaded here:

I tried to download this file with the following command:

curl -O https://developer.qualcomm.com/downloads/20bn-something-something-download-instructions?referrer=node/68935,

but the downloaded file is a small, corrupted file. I also tried to download the file with the addition of my username:

curl -O https://developer.qualcomm.com/downloads/20bn-something-something-download-instructions?referrer=node/68935 -u username:password,

but the outcome is the same. I also tried wget, but it doesn't work either.

Can anyone tell me what I am doing wrong here?

Thank you very much.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source