<?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: FTP Download with the CodeIgniter FTP Library</title>
	<atom:link href="http://www.blueemberdesign.com/blog/2010/02/23/ftp-download-codeigniter-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blueemberdesign.com/blog/2010/02/23/ftp-download-codeigniter-library/</link>
	<description>Web Design, Development, and Online Marketing for the San Francisco &#38; East Bay Area</description>
	<lastBuildDate>Mon, 06 Sep 2010 06:44:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Boby</title>
		<link>http://www.blueemberdesign.com/blog/2010/02/23/ftp-download-codeigniter-library/#comment-1504</link>
		<dc:creator>Boby</dc:creator>
		<pubDate>Wed, 23 Jun 2010 02:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueemberdesign.com/?p=999#comment-1504</guid>
		<description>Thanks for posting this code, however I found something need to be added in. In case remote file is not exists add
@chdir($old_loc_path); before return false.

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for posting this code, however I found something need to be added in. In case remote file is not exists add<br />
@chdir($old_loc_path); before return false.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrett St. John</title>
		<link>http://www.blueemberdesign.com/blog/2010/02/23/ftp-download-codeigniter-library/#comment-1303</link>
		<dc:creator>Garrett St. John</dc:creator>
		<pubDate>Wed, 12 May 2010 19:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueemberdesign.com/?p=999#comment-1303</guid>
		<description>Thanks for the tip, Victor. Great point!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, Victor. Great point!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor Schelin</title>
		<link>http://www.blueemberdesign.com/blog/2010/02/23/ftp-download-codeigniter-library/#comment-1302</link>
		<dc:creator>Victor Schelin</dc:creator>
		<pubDate>Wed, 12 May 2010 15:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueemberdesign.com/?p=999#comment-1302</guid>
		<description>Thank you for this! Really weird that it isn&#039;t default in CI.

Anyway, I has to put the document root in local path parameter to get it to work. So my call would be:

download(&#039;file/to/get&#039;, $_SERVER[&#039;DOCUMENT_ROOT&#039;] . &#039;/images/&#039;);

If anyone doesn&#039;t get it to work!</description>
		<content:encoded><![CDATA[<p>Thank you for this! Really weird that it isn&#8217;t default in CI.</p>
<p>Anyway, I has to put the document root in local path parameter to get it to work. So my call would be:</p>
<p>download(&#8216;file/to/get&#8217;, $_SERVER['DOCUMENT_ROOT'] . &#8216;/images/&#8217;);</p>
<p>If anyone doesn&#8217;t get it to work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
