[megoldva]wget/curl letöltés a http://exchange.nagios.org-ról

Fórumok

Sziasztok!

Most épp az érdekelne, hogy hogyan lehetne letölteni ezt:http://exchange.nagios.org/components/com_mtree/attachment.php?link_id=…
wget vagy curl lenne az ideális, mert ezek már telepítve vannak.
Ez valami redirect varázslat miatt lehet, hogy alapból nem tudom letölteni, gondolom csak az egy/két kapcsolót kéne használjak, de nem tudom melyiket.
Előre is köszi.

szerk1:GNU Wget 1.13.4 built on linux-gnu

Hozzászólások

Szerintem meg nincs itt semmi probléma, csak nem védted meg az URL számos metakarakterét a bash mohóságától.


$ wget -O check_bacula.pl 'http://exchange.nagios.org/components/com_mtree/attachment.php?link_id=1319&cf_id=24'
$ head -5 check_bacula.pl
#!/usr/bin/perl -w

##      This program is free software: you can redistribute it and/or modify
##      it under the terms of the GNU General Public License as published by
##      the Free Software Foundation, either version 3 of the License, or