Magento – Download Magento 2.0.2 with direct download link

downloadmagento2

I need to download Magento 2.0.2 with a direct download link, in the website you can download in this page but the link genereted is dynamic. So for example I like DownThemAll tool to download but it doesn't work. I see this question How to download magento but this solution is for version 1.9.0.1 , in fact for me this solution don't work.

Context: My connection is very slow and it usually crashes and I cannot resume the download

Any idea or advice?

Best Answer

  1. First you need to generate download token. Login to your account on magento.com and generate it in Account Settings->Downloads Access Token
  2. You will need your MAGEID as well. It is shown at the top-left in your account page.
  3. curl -k https://MAGEID:TOKEN@www.magentocommerce.com/products/downloads/info/help
  4. Profit!

Source here.

Related Topic