@zindi and All, just wondering if there is a way to download the data from the command line ?
Like with a wget or curl command.
Thank you
Found a solution to that issue.
1 - Go to data and Download 1 file
2 - Go to the downloads section of your browser and click Copy Link Address
3 - Now go to your remote server terminal and enter :
wget -O THE_FILE_NAME_YOU_WANT --no-check-certificate --no-proxy "SAVED LINK ADDRESS"
That works for me.
Found a solution to that issue.
1 - Go to data and Download 1 file
2 - Go to the downloads section of your browser and click Copy Link Address
3 - Now go to your remote server terminal and enter :
wget -O THE_FILE_NAME_YOU_WANT --no-check-certificate --no-proxy "SAVED LINK ADDRESS"
That works for me.