Re: [Paraview] Direct link to ParaView sources not working with wget

2015-10-06 Thread Amit Goel
use curl. as an example: curl --create-dirs -L -o downloads/osumb.tar.gz http://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-4.4.1.tar.gz Regards Amit On Oct 1, 2015, at 5:28 PM, Ben Boeckel > wrote: On Mon, Sep

Re: [Paraview] Direct link to ParaView sources not working with wget

2015-10-01 Thread Ben Boeckel
On Mon, Sep 28, 2015 at 07:22:52 +, Schlottke-Lakemper, Michael wrote: > Thanks for the quick fix! I still end up with a file named > "download.php?submit=Download=v4.4=source=all=ParaView-v4.4.0-source.tar.gz” > (and that can be fixed using "-O filename”), but at least the > downloading works

Re: [Paraview] Direct link to ParaView sources not working with wget

2015-09-28 Thread Schlottke-Lakemper, Michael
Hi Utkarsh, Thanks for the quick fix! I still end up with a file named "download.php?submit=Download=v4.4=source=all=ParaView-v4.4.0-source.tar.gz” (and that can be fixed using "-O filename”), but at least the downloading works ;) Regards, Michael > On 27 Sep 2015, at 16:45 , Utkarsh

Re: [Paraview] Direct link to ParaView sources not working with wget

2015-09-27 Thread Utkarsh Ayachit
Michael, Try quoting the link. I guessing the shell in interpreting those ampersands and messing things up. The following works for me. > wget > "http://www.paraview.org/paraview-downloads/download.php?submit=Download=v4.4=source=all=ParaView-v4.4.0-source.tar.gz; Utkarsh On Fri, Sep 25, 2015

[Paraview] Direct link to ParaView sources not working with wget

2015-09-25 Thread Schlottke-Lakemper, Michael
Dear ParaView team, Maybe it’s just something that’s bothering me, but whenever I need to install a new version of ParaView on our cluster, I have to first download it to my client and then scp it to the final destination. Trying to use wget to get the sources using the “Show direct link"