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
how to download from exchange thru unix shell?
Re: how to download from exchange thru unix shell?
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)
wget -O filename "https://exchange.nagios.org/components/ ... 8&cf_id=24"
(change filename to what you want it to save as)
Former Nagios Employee