<?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>Comments on: Access files in password protected directory using curl</title>
	<atom:link href="http://www.imranulhoque.com/php/access-files-in-password-protected-directory-using-curl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imranulhoque.com/php/access-files-in-password-protected-directory-using-curl/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 12:09:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anthony Scaife</title>
		<link>http://www.imranulhoque.com/php/access-files-in-password-protected-directory-using-curl/comment-page-1/#comment-5679</link>
		<dc:creator>Anthony Scaife</dc:creator>
		<pubDate>Fri, 13 Jan 2012 14:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.imranulhoque.com/?p=19#comment-5679</guid>
		<description>Sorry, In my last post I included PHP tags. It looks to have broken the comment. So . . .

Thanks. Just what I was looking for. I used it to get at the RSS for my Google bookmarks:

$curlObj = curl_init();
curl_setopt($curlObj, CURLOPT_URL, &quot;https://www.google.com/bookmarks/?output=rss&quot;);
curl_setopt($curlObj, CURLOPT_USERPWD, &quot;my_account_login_email:my_account_login_password&quot;);
curl_setopt ($curlObj, CURLOPT_RETURNTRANSFER, 1);
$response = curl_exec($curlObj);
echo $response;
curl_close($curlObj);</description>
		<content:encoded><![CDATA[<p>Sorry, In my last post I included PHP tags. It looks to have broken the comment. So . . .</p>
<p>Thanks. Just what I was looking for. I used it to get at the RSS for my Google bookmarks:</p>
<p>$curlObj = curl_init();<br />
curl_setopt($curlObj, CURLOPT_URL, &#8220;https://www.google.com/bookmarks/?output=rss&#8221;);<br />
curl_setopt($curlObj, CURLOPT_USERPWD, &#8220;my_account_login_email:my_account_login_password&#8221;);<br />
curl_setopt ($curlObj, CURLOPT_RETURNTRANSFER, 1);<br />
$response = curl_exec($curlObj);<br />
echo $response;<br />
curl_close($curlObj);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Scaife</title>
		<link>http://www.imranulhoque.com/php/access-files-in-password-protected-directory-using-curl/comment-page-1/#comment-5678</link>
		<dc:creator>Anthony Scaife</dc:creator>
		<pubDate>Fri, 13 Jan 2012 14:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.imranulhoque.com/?p=19#comment-5678</guid>
		<description>Thanks. Just what I was looking for. I used it to get at the RSS for my Google bookmarks:


</description>
		<content:encoded><![CDATA[<p>Thanks. Just what I was looking for. I used it to get at the RSS for my Google bookmarks:</p>
]]></content:encoded>
	</item>
</channel>
</rss>

