WSO2 ESB 4.7.0 download on server -


how download 4.7.0 release of wso2 esb directly on server? have ssh terminal server, no gui.

i tried wget. , without auth. tried --save-cookies method wget without success.

i tried elinks & logging in wso2 site account there, got no way of downloading latest version through terminal.

wonder why should open source project make difficult download product build?

can me link or method download via terminal?

please try this:

wget --user-agent="testuser" --referer="http://connect.wso2.com/wso2/getform/reg/new_product_download" http://dist.wso2.org/products/enterprise-service-bus/4.7.0/wso2esb-4.7.0.zip 

Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -