Cannot download WSO2 DSS 3.0.1 using WGET
wso2-data-services-server
Solution
You just need an extra referer parameter to make it work:
wget --user-agent="testuser" --referer="http://connect.wso2.com/wso2/getform/reg/new_product_download" http://dist.wso2.org/products/data-services-server/3.0.1/wso2dss-3.0.1.zip
Problem
I tried to download WSO2 Data Services Server (DSS) 3.0.1 following the instructions in: http://docs.wso2.org/wiki/display/DSS301/Obtaining+the+Product It's said there to use: ``` wget --user-agent="testuser" http://dist.wso2.org/products/data-services-server/3.0.1/wso2dss-3.0.1.zip ``` I googled and tried --user-agent="Mozilla" and other things but none worked. I signed up and tried to use the --user=user and --password=pass but no luck either. I use RedHat linux server. Does anybody has similar situation? Thanks.