<?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: Tutorial: FTP Upload via cURL</title>
	<atom:link href="http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/</link>
	<description>Web development tutorials, SEO articles and PHP script resources</description>
	<lastBuildDate>Sun, 28 Jun 2009 14:32:38 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/comment-page-1/#comment-77263</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Thu, 13 Mar 2008 06:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/#comment-77263</guid>
		<description>Please post further questions via the forum:
http://www.finalwebsites.com/forums/</description>
		<content:encoded><![CDATA[<p>Please post further questions via the forum:<br />
<a href="http://www.finalwebsites.com/forums/" rel="nofollow">http://www.finalwebsites.com/forums/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quasar</title>
		<link>http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/comment-page-1/#comment-62918</link>
		<dc:creator>Quasar</dc:creator>
		<pubDate>Thu, 17 Jan 2008 04:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/#comment-62918</guid>
		<description>Great tutorial! exactly what I was looking for... now to see how to display a status bar.</description>
		<content:encoded><![CDATA[<p>Great tutorial! exactly what I was looking for&#8230; now to see how to display a status bar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Online PHP Tutorials</title>
		<link>http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/comment-page-1/#comment-55862</link>
		<dc:creator>Online PHP Tutorials</dc:creator>
		<pubDate>Mon, 10 Dec 2007 11:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/#comment-55862</guid>
		<description>I never used CURL before this example help me out how i can use CURL very help full :)</description>
		<content:encoded><![CDATA[<p>I never used CURL before this example help me out how i can use CURL very help full <img src='http://www.web-development-blog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/comment-page-1/#comment-55415</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 08 Dec 2007 02:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/#comment-55415</guid>
		<description>As an alternative to using cURL for FTP, there&#039;s always the native FTP_* functions for PHP which do quite a good job. Although I have to admit that although cURL is an advanced topic, it&#039;s very powerful and I would encourage everybody to utilise it.</description>
		<content:encoded><![CDATA[<p>As an alternative to using cURL for FTP, there&#8217;s always the native FTP_* functions for PHP which do quite a good job. Although I have to admit that although cURL is an advanced topic, it&#8217;s very powerful and I would encourage everybody to utilise it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doxgle &#187; FTP Upload con PHP</title>
		<link>http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/comment-page-1/#comment-53916</link>
		<dc:creator>Doxgle &#187; FTP Upload con PHP</dc:creator>
		<pubDate>Fri, 30 Nov 2007 02:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/#comment-53916</guid>
		<description>[...] guía de como implementar Upload de archivos por FTP utilizando PHP. Para ello nos hemos guiado de FTP Upload via cURL en donde esta muy bien [...]</description>
		<content:encoded><![CDATA[<p>[...] guía de como implementar Upload de archivos por FTP utilizando PHP. Para ello nos hemos guiado de FTP Upload via cURL en donde esta muy bien [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/comment-page-1/#comment-51891</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Fri, 23 Nov 2007 07:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/#comment-51891</guid>
		<description>&lt;blockquote&gt;
However, there are FTP function in PHP which you can use to do the same thing and probably work faster and is more efficients.
&lt;/blockquote&gt;

I don&#039;t agree, the upload via a browser without any lib, is maybe not possible on many shared hosting configurations.

Check how simple and small this snippet is.

Maybe you can provide a more simple / faster example?</description>
		<content:encoded><![CDATA[<blockquote><p>
However, there are FTP function in PHP which you can use to do the same thing and probably work faster and is more efficients.
</p></blockquote>
<p>I don&#8217;t agree, the upload via a browser without any lib, is maybe not possible on many shared hosting configurations.</p>
<p>Check how simple and small this snippet is.</p>
<p>Maybe you can provide a more simple / faster example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best PHP Books</title>
		<link>http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/comment-page-1/#comment-51833</link>
		<dc:creator>Best PHP Books</dc:creator>
		<pubDate>Fri, 23 Nov 2007 01:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/#comment-51833</guid>
		<description>This one nice tutorial. I absolutely love the CURL library. However, there are FTP function in PHP which you can use to do the same thing and probably work faster and is more efficients.</description>
		<content:encoded><![CDATA[<p>This one nice tutorial. I absolutely love the CURL library. However, there are FTP function in PHP which you can use to do the same thing and probably work faster and is more efficients.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FTP Upload con PHP &#187; unijimpe</title>
		<link>http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/comment-page-1/#comment-51664</link>
		<dc:creator>FTP Upload con PHP &#187; unijimpe</dc:creator>
		<pubDate>Thu, 22 Nov 2007 05:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/#comment-51664</guid>
		<description>[...] guía de como implementar Upload de archivos por FTP utilizando PHP. Para ello nos hemos guiado de FTP Upload via cURL en donde esta muy bien [...]</description>
		<content:encoded><![CDATA[<p>[...] guía de como implementar Upload de archivos por FTP utilizando PHP. Para ello nos hemos guiado de FTP Upload via cURL en donde esta muy bien [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haxan</title>
		<link>http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/comment-page-1/#comment-47232</link>
		<dc:creator>Haxan</dc:creator>
		<pubDate>Mon, 05 Nov 2007 14:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/#comment-47232</guid>
		<description>Nice Tutorials :clapping:</description>
		<content:encoded><![CDATA[<p>Nice Tutorials :clapping:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Garzón &#187; Links 03-11-2007</title>
		<link>http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/comment-page-1/#comment-46873</link>
		<dc:creator>David Garzón &#187; Links 03-11-2007</dc:creator>
		<pubDate>Sat, 03 Nov 2007 17:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/#comment-46873</guid>
		<description>[...] Tutorial: FTP Upload via cURL - Tutorial de como subir archivos por FTP con cURL [...]</description>
		<content:encoded><![CDATA[<p>[...] Tutorial: FTP Upload via cURL &#8211; Tutorial de como subir archivos por FTP con cURL [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
