Skip to content

Instantly share code, notes, and snippets.

@fjunior87
Last active April 24, 2023 07:59
Show Gist options
  • Save fjunior87/cff974bd563f849bcf00a69b0c3e2536 to your computer and use it in GitHub Desktop.
Save fjunior87/cff974bd563f849bcf00a69b0c3e2536 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