You need to wrap the url in quotes for it to work with wget: wget -O ParaView-5.0.1-Qt4-OpenGL2-MPI-Linux-64bit.tar.gz "http://www.paraview.org/paraview-downloads/download.php?submit=Download&version=v5.0&type=binary&os=linux64&downloadFile=ParaView-5.0.1-Qt4-OpenGL2-MPI-Linux-64bit.tar.gz"
On Thu, Apr 28, 2016 at 9:47 AM, Tabrez Ali <[email protected]> wrote: > But that's not a direct link which I can use with wget/curl. E.g., if I > right click to vire/copy the URL I get > > http://www.paraview.org/paraview-downloads/download.php?submit=Download&version=v5.0&type=binary&os=linux64&downloadFile=ParaView-5.0.1-Qt4-OpenGL2-MPI-Linux-64bit.tar.gz > > which cannot be used with wget/curl as it is. > > Tabrez > > > On 04/28/2016 08:25 AM, Armin Wehrfritz wrote: >> >> Right next to the download button is a small button which will give you >> the direct link. >> >> Cheers, >> Armin >> >> >> >> >> On 04/28/2016 04:25 PM, Tabrez Ali wrote: >>> >>> I want to download ParaView directly on a machine remotely using >>> wget/curl but I cannot find a direct working link to the official >>> binaries available through http://www.paraview.org/download/ >>> >>> Any ideas? >>> >>> Thanks in advance. >>> >>> Tabrez >>> _______________________________________________ >>> Powered by www.kitware.com >>> >>> Visit other Kitware open-source projects at >>> http://www.kitware.com/opensource/opensource.html >>> >>> Please keep messages on-topic and check the ParaView Wiki at: >>> http://paraview.org/Wiki/ParaView >>> >>> Search the list archives at: http://markmail.org/search/?q=ParaView >>> >>> Follow this link to subscribe/unsubscribe: >>> http://public.kitware.com/mailman/listinfo/paraview >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
