You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Manoj Patil <ma...@gmail.com> on 2019/07/03 13:36:13 UTC

Wget downloading version 1.0

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 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.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org


Re: Wget downloading version 1.0

Posted by Nick Couchman <vn...@apache.org>.
On Thu, Jul 4, 2019 at 2:14 AM Manoj Patil <ma...@gmail.com> wrote:

> ok its work thanks
>
> but sometime this link not working is it right?
>
>
This link always works for me.  I do not know of any intermittent issues
with the apache.org CDN.

-Nick

>
>

Re: Wget downloading version 1.0

Posted by Blackmoon <da...@wydler.eu>.
Hi Manoj,

Manoj Patil wrote
> but sometime this link not working is it right?

Try this one:

I used it many times without problems.


Regards,
Blackmoon



--
Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org


Re: Wget downloading version 1.0

Posted by Manoj Patil <ma...@gmail.com>.
ok its work thanks

but sometime this link not working is it right?

> On 04-Jul-2019, at 11:35 AM, Der PCFreak <ma...@pcfreak.de> wrote:
> 
> Hi,
> 
> I think the problem for Manoj is, that wget stores the file as closer.cgi\?action=download\&filename=guacamole%2F1.0.0%2Fsource%2Fguacamole-server-1.0.0.tar.gz.
> 
> Just add -o at the end like this and it works as expected.
> 
> wget  'http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz <http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz>' -o guacamole-server-1.0.0.tar.gz
> Regards
> 
> Peter
> 
> On 03.07.2019 16:10, Nick Couchman wrote:
> 
> 
> 
>> On Wed, Jul 3, 2019 at 10:00 AM Manoj Patil <manoj2patil@gmail.com <ma...@gmail.com>> wrote:
>> not resolved please see this
>> 
>> wget http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz <http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz>
>> 
>> Please look *carefully* at the command I posted and notice that it requires quotes around the *entire* URL due to the special characters in the URL (mainly the &).  I use single quotes, because that disables shell interpretation of anything in the quotes, but I think double quotes will actually work.
>> 
>> wget 'http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz <http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz>'
>> 
>> -Nick
> 
> 


Re: Wget downloading version 1.0

Posted by Der PCFreak <ma...@pcfreak.de>.
Hi,

I think the problem for Manoj is, that wget stores the file as 
|closer.cgi\?action=download\&filename=guacamole%2F1.0.0%2Fsource%2Fguacamole-server-1.0.0.tar.gz|.

Just add -o at the end like this and it works as expected.

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

Regards

Peter

On 03.07.2019 16:10, Nick Couchman wrote:

> On Wed, Jul 3, 2019 at 10:00 AM Manoj Patil <manoj2patil@gmail.com 
> <ma...@gmail.com>> wrote:
>
>     not resolved please see this
>
>     wget
>     http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz
>
>
> Please look *carefully* at the command I posted and notice that it 
> requires quotes around the *entire* URL due to the special characters 
> in the URL (mainly the &).  I use single quotes, because that disables 
> shell interpretation of anything in the quotes, but I think double 
> quotes will actually work.
>
> wget 
> 'http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz'
>
> -Nick

​

Re: Wget downloading version 1.0

Posted by Nick Couchman <vn...@apache.org>.
On Wed, Jul 3, 2019 at 10:00 AM Manoj Patil <ma...@gmail.com> wrote:

> not resolved please see this
>
> wget
> http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz
>

Please look *carefully* at the command I posted and notice that it requires
quotes around the *entire* URL due to the special characters in the URL
(mainly the &).  I use single quotes, because that disables shell
interpretation of anything in the quotes, but I think double quotes will
actually work.

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

-Nick

Re: Wget downloading version 1.0

Posted by Manoj Patil <ma...@gmail.com>.
not resolved please see this

wget http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz
[1] 8229
[root@lapp1 app]# --2019-07-03 19:44:17--  http://apache.org/dyn/closer.cgi?action=download
Resolving apache.org (apache.org)... 40.79.78.1, 95.216.24.32
Connecting to apache.org (apache.org)|40.79.78.1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 26 [text/plain]
Saving to: ‘closer.cgi?action=download.1’

100%[======================================================================================================>] 26          --.-K/s   in 0s

2019-07-03 19:44:17 (1.70 MB/s) - ‘closer.cgi?action=download.1’ saved [26/26]


[1]+  Done                    wget http://apache.org/dyn/closer.cgi?action=download


> On 03-Jul-2019, at 7:25 PM, Nick Couchman <vn...@apache.org> wrote:
> 
> wget 'http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz <http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz>'


Re: Wget downloading version 1.0

Posted by Nick Couchman <vn...@apache.org>.
On Wed, Jul 3, 2019 at 9:36 AM Manoj Patil <ma...@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