On Wed, Jul 3, 2019 at 9:36 AM Manoj Patil <manoj2pa...@gmail.com> wrote:

> Dear,
> I have an issue to wget a guacamole server 1.0 . please find following
> error
>
> wget
> https://guacamole.apache.org/releases/1.0.0/guacamole-server-1.0.0.tar.gz
> --2019-07-03
> <https://guacamole.apache.org/releases/1.0.0/guacamole-server-1.0.0.tar.gz--2019-07-03>
> 19:19:28--
> https://guacamole.apache.org/releases/1.0.0/guacamole-server-1.0.0.tar.gz
> Resolving guacamole.apache.org (guacamole.apache.org)... 40.79.78.1,
> 95.216.24.32, 2a01:4f9:2a:185f::2
> Connecting to guacamole.apache.org (guacamole.apache.org)|40.79.78.1|:443...
> connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2019-07-03 19:19:35 ERROR 404: Not Found.
>

Yes - because that's not the correct path to the download archive.  Apache
uses a mirror system to manage downloads.  If you look at the web page,
you'll see that there's another URL with a set of parameters to download
the file.  The path is:

http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz

You should be able to do:
wget '
http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz
'

And wget should automatically redirect to the correct location.

-Nick

Reply via email to