Page 1 of 1

how to download from exchange thru unix shell?

Posted: Tue Dec 22, 2015 4:16 pm
by jriker1
Trying to download a plugin from nagios exchange:

https://exchange.nagios.org/directory/P ... ck/details

I am trying to do so directly from my Linux box which has no GUI. How do I download directly? If I go:

wget https://exchange.nagios.org/directory/P ... ck/details

All I get is a zero byte file named attachment.php?link_id=1758.

Thank.s

JR

Re: how to download from exchange thru unix shell?

Posted: Tue Dec 22, 2015 4:19 pm
by rkennedy
Try this syntax -
wget -O filename "https://exchange.nagios.org/components/ ... 8&cf_id=24"
(change filename to what you want it to save as)