I prefer working on a Linux instance through an SSH session. How could I download the Dropbox files directly from the link through a terminal command?
I tried the following but it does not work:
curl https://www.dropbox.com/t/jdejjd83827HDHH?dl=1 -o test.zip -J -L -k
The link in the example above is a made-up link. But the format of the links I receive from a provider is similar.
Could someone help?