Linux curl命令

参考:http://www.linuxdiyf.com/linux/2800.html

http://dbajun.iteye.com/blog/1813801

测试访问网页:

[zabbix@zabbixserver]$curlwww.baidu.com

<!DOCTYPEhtml><!--STATUSOK--><html><head><metahttp-equiv="content-type"content="text/html;charset=utf-8"><metahttp-equiv="X-UA-Compatible"content="IE=Edge"><metacontent="always"name="referrer">

...

...

'result_form':"#form",'result_kw':"#kw"});</script><script>if(navigator.cookieEnabled){document.cookie="NOJS=;expires=Sat,01Jan200000:00:00GMT";}</script></body></html>

[zabbix@zabbixserver]$

路径访问:

带参数:

[zabbix@zabbixserver]$curlhttp://192.168.126.128/zabbix/dashboard.php?sid=9422e571896006a3

<!doctypehtml>

<html>

<head>

<metahttp-equiv="X-UA-Compatible"content="IE=Edge"/>

<title>zabbixServer:Dashboard</title>

<metaname="Author"content="ZabbixSIA"/>

<metacharset="utf-8"/>

<metaname="msapplication-config"content="none"/>

<linkrel="shortcuticon"href="images/general/zabbix.ico"/>

....

.....

hat_lastiss":{"frequency":60,"url":'?output=html',"counter":0,"darken":0,"params":{"favobj":'hat',"favref":'hat_lastiss',"favaction":'refresh'}},"hat_webovr":{"frequency":60,"url":'?output=html',"counter":0,"darken":0,"params":{"favobj":'hat',"favref":'hat_webovr',"favaction":'refresh'}},"hat_hoststat":{"frequency":60,"url":'?output=html',"counter":0,"darken":0,"params":{"favobj":'hat',"favref":'hat_hoststat',"favaction":'refresh'}}});

jqBlink.blink();

cookie.init();

chkbxRange.init();

});

//]]></script></body>

</html>

[zabbix@zabbixserver]$

测试保存网页命令

[zabbix@zabbixserver]$curl-obaidu.htmlwww.baidu.com

%Total%Received%XferdAverageSpeedTimeTimeTimeCurrent

DloadUploadTotalSpentLeftSpeed

1009958309958300313780--:--:--0:00:03--:--:--31374

[zabbix@zabbixserver]$ls-al

total2092

-rw-rw-r--1zabbixzabbix99583Aug1017:33baidu.html