<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>评论：linux curl 命令详解，以及实例</title>
	<atom:link href="http://blog.51yip.com/linux/1049.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.51yip.com/linux/1049.html</link>
	<description>－－一步，二步，三步，N步，二行脚印</description>
	<lastBuildDate>Tue, 07 Jun 2022 01:26:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：张映</title>
		<link>http://blog.51yip.com/linux/1049.html/comment-page-1#comment-17735</link>
		<dc:creator>张映</dc:creator>
		<pubDate>Wed, 28 Feb 2018 06:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1049#comment-17735</guid>
		<description>终于知道RTsp了</description>
		<content:encoded><![CDATA[<p>终于知道RTsp了</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：张映</title>
		<link>http://blog.51yip.com/linux/1049.html/comment-page-1#comment-1048</link>
		<dc:creator>张映</dc:creator>
		<pubDate>Fri, 27 Jul 2012 07:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1049#comment-1048</guid>
		<description>不知道RTSP是什么东西</description>
		<content:encoded><![CDATA[<p>不知道RTSP是什么东西</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：岩石</title>
		<link>http://blog.51yip.com/linux/1049.html/comment-page-1#comment-1045</link>
		<dc:creator>岩石</dc:creator>
		<pubDate>Fri, 27 Jul 2012 06:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1049#comment-1045</guid>
		<description>请问下载RTSP要用什么命令，我一直下载不成功，期待你的指教。</description>
		<content:encoded><![CDATA[<p>请问下载RTSP要用什么命令，我一直下载不成功，期待你的指教。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：张映</title>
		<link>http://blog.51yip.com/linux/1049.html/comment-page-1#comment-945</link>
		<dc:creator>张映</dc:creator>
		<pubDate>Tue, 17 Apr 2012 04:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1049#comment-945</guid>
		<description>请看一下，第三个，第四个例子。</description>
		<content:encoded><![CDATA[<p>请看一下，第三个，第四个例子。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：redwraith</title>
		<link>http://blog.51yip.com/linux/1049.html/comment-page-1#comment-943</link>
		<dc:creator>redwraith</dc:creator>
		<pubDate>Sun, 15 Apr 2012 13:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1049#comment-943</guid>
		<description>[root@krlcgcms01 mytest]# curl  -F log=redwraith -F pwd=123456 http://blog.51yip.com/wp-login.php     
提问：用如上命令无法登入有用户名密码的网站啊。后来用-d分析了下，看curl回抓数据里面只有log的值填充上了，pwd的值没有填充上，请问这个事为什么啊？信息如下：
[root@krlcgcms01 mytest]# curl -d pwd=123456  http://blog.51yip.com/wp-login.php 
回抓结果如下：
     //	 type=&quot;text&quot; name=&quot;log&quot; id=&quot;user_login&quot; class=&quot;input&quot; value=&quot;&quot; size=&quot;20&quot; tabindex=&quot;10&quot;      //	 type=&quot;password&quot; name=&quot;pwd&quot; id=&quot;user_pass&quot; class=&quot;input&quot; value=&quot;&quot; size=&quot;20&quot; tabindex=&quot;20&quot; 

#######看到没有，上面的name=pwd的 valvue值为空

[root@krlcgcms01 mytest]# curl -d log=redwraith  http://blog.51yip.com/wp-login.php  
回抓结果如下：
//type=&quot;text&quot; name=&quot;log&quot; id=&quot;user_login&quot; class=&quot;input&quot; value=&quot;redwraith&quot; size=&quot;20&quot; tabindex=&quot;10&quot; 

#######看到没有，上面的name=log的 valvue值可以被传输</description>
		<content:encoded><![CDATA[<p>[root@krlcgcms01 mytest]# curl  -F log=redwraith -F pwd=123456 <a href="http://blog.51yip.com/wp-login.php" rel="nofollow">http://blog.51yip.com/wp-login.php</a><br />
提问：用如上命令无法登入有用户名密码的网站啊。后来用-d分析了下，看curl回抓数据里面只有log的值填充上了，pwd的值没有填充上，请问这个事为什么啊？信息如下：<br />
[root@krlcgcms01 mytest]# curl -d pwd=123456  <a href="http://blog.51yip.com/wp-login.php" rel="nofollow">http://blog.51yip.com/wp-login.php</a><br />
回抓结果如下：<br />
     //	 type="text" name="log" id="user_login" class="input" value="" size="20" tabindex="10"      //	 type="password" name="pwd" id="user_pass" class="input" value="" size="20" tabindex="20" </p>
<p>#######看到没有，上面的name=pwd的 valvue值为空</p>
<p>[root@krlcgcms01 mytest]# curl -d log=redwraith  <a href="http://blog.51yip.com/wp-login.php" rel="nofollow">http://blog.51yip.com/wp-login.php</a><br />
回抓结果如下：<br />
//type="text" name="log" id="user_login" class="input" value="redwraith" size="20" tabindex="10" </p>
<p>#######看到没有，上面的name=log的 valvue值可以被传输</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：speedup2010</title>
		<link>http://blog.51yip.com/linux/1049.html/comment-page-1#comment-351</link>
		<dc:creator>speedup2010</dc:creator>
		<pubDate>Tue, 30 Nov 2010 20:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1049#comment-351</guid>
		<description>不错，google第一个结果就是你的博客。其实我想找的只有一个，-s :-D</description>
		<content:encoded><![CDATA[<p>不错，google第一个结果就是你的博客。其实我想找的只有一个，-s <img src='http://blog.51yip.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：张映</title>
		<link>http://blog.51yip.com/linux/1049.html/comment-page-1#comment-305</link>
		<dc:creator>张映</dc:creator>
		<pubDate>Wed, 13 Oct 2010 14:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1049#comment-305</guid>
		<description>我写出来的东西，都是我亲自试验过的。
你也可以亲自试一下，就知道了。</description>
		<content:encoded><![CDATA[<p>我写出来的东西，都是我亲自试验过的。<br />
你也可以亲自试一下，就知道了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：多动症</title>
		<link>http://blog.51yip.com/linux/1049.html/comment-page-1#comment-304</link>
		<dc:creator>多动症</dc:creator>
		<pubDate>Wed, 13 Oct 2010 12:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1049#comment-304</guid>
		<description>[root@krlcgcms01 mytest]# curl -s -o aaa.jpg  http://blog.51yip.com/wp-content/uploads/2010/09/compare_varnish.jpg  
我以前看过 代码不对吧？</description>
		<content:encoded><![CDATA[<p>[root@krlcgcms01 mytest]# curl -s -o aaa.jpg  <a href="http://blog.51yip.com/wp-content/uploads/2010/09/compare_varnish.jpg" rel="nofollow">http://blog.51yip.com/wp-content/uploads/2010/09/compare_varnish.jpg</a><br />
我以前看过 代码不对吧？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
