Skip to content

Instantly share code, notes, and snippets.

@BarathArivazhagan
Forked from fjunior87/WSo2 Download
Created January 13, 2018 04:29
Show Gist options
  • Save BarathArivazhagan/76e239544b2f9c8339916f2826d7581c to your computer and use it in GitHub Desktop.
Save BarathArivazhagan/76e239544b2f9c8339916f2826d7581c to your computer and use it in GitHub Desktop.
WGET Command Download WSO2 Products
API MGR
wget --user-agent="testuser" --referer="http://connect.wso2.com/wso2/getform/reg/new_product_download" http://dist.wso2.org/products/api-manager/2.1.0/wso2am-2.1.0.zip
API-MGR-ANALYTICS
wget --user-agent="testuser" --referer="http://connect.wso2.com/wso2/getform/reg/new_product_download" http://dist.wso2.org/products/api-manager/2.1.0/wso2am-analytics-2.1.0.zip
ESB
wget --user-agent="testuser" --referer="http://connect.wso2.com/wso2/getform/reg/new_product_download" http://dist.wso2.org/products/enterprise-integrator/6.1.1/wso2ei-6.1.1.zip
JDK 8
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u141-b15/336fa29ff2bb4ef291e347e091f7f4a7/jdk-8u141-linux-x64.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment