cancel
Showing results for 
Search instead for 
Did you mean: 

Using Wget to download packages, where to find the urls?

yaziderman
Champ in-the-making
Champ in-the-making
PLease all,
I suffer of a silly problem that wasted my time!
i can find the Alfresco packages to download in a download web page on the site of Alfresco, and i can download them directly to my machine by clicking on them, but when i want to download them on a live server and i have to use wget command, i can't find the dircet download url, could you please help me to find these url through the web download ones?

for example i want to download the community version of Alfresco 3.4.d  in this link using the wget command, how to do ?
http://wiki.alfresco.com/wiki/Community_file_list_3.4.d
2 REPLIES 2

sasquatch58
Champ in-the-making
Champ in-the-making
You just need to dig a little further. The download links are one step short of the actual link. If you click on the download link, copy the url from the "here" link on the screen.
For example, the full 64bit Linux install is available from http://dl.alfresco.com/release/community/build-3370/alfresco-community-3.4.d-installer-linux-x64.bin
so your wget line should be
wget http://dl.alfresco.com/release/community/build-3370/alfresco-community-3.4.d-installer-linux-x64.bin
etc etc (e&oe)

Other source will be from here http://dev.alfresco.com/downloads/nightly/dist/

Cheers,

Sasquatch

yaziderman
Champ in-the-making
Champ in-the-making
Oh, thank you very much Sasquatch
In fact i was wasting my time inspecting the HTML of the download button, which contains a javascript action, and i haven't noticed the direct link!

thank you very much