<?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: A 20 rows filebrowser-ftp client script in PHP</title>
	<atom:link href="http://blog.ifabio.com/2010/03/03/a-20-rows-filebrowser-ftp-client-script-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ifabio.com/2010/03/03/a-20-rows-filebrowser-ftp-client-script-in-php/</link>
	<description>Just another developer blog</description>
	<lastBuildDate>Tue, 11 Oct 2011 13:25:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ifabio</title>
		<link>http://blog.ifabio.com/2010/03/03/a-20-rows-filebrowser-ftp-client-script-in-php/comment-page-1/#comment-67</link>
		<dc:creator>ifabio</dc:creator>
		<pubDate>Tue, 11 Oct 2011 13:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ifabio.com/?p=13#comment-67</guid>
		<description>Hi. This script is not suitable on production environment and I not recommend it. If you want to use it anyway, you need to put at head of file: 
[php]
&lt;?php
chdir(&#039;/path/where/upload&#039;);
...
[/php]</description>
		<content:encoded><![CDATA[<p>Hi. This script is not suitable on production environment and I not recommend it. If you want to use it anyway, you need to put at head of file: </p>
<pre class="brush: php;">
&lt;?php
chdir('/path/where/upload');
...
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: linksbrear</title>
		<link>http://blog.ifabio.com/2010/03/03/a-20-rows-filebrowser-ftp-client-script-in-php/comment-page-1/#comment-66</link>
		<dc:creator>linksbrear</dc:creator>
		<pubDate>Sun, 09 Oct 2011 23:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ifabio.com/?p=13#comment-66</guid>
		<description>Hi Fabio, thanks for the php code. One question: suppose I have ftp-php code in a folder named &quot;ftp&quot; and I need to save the files that I upload to the folder &quot;docs&quot;. What I have to change to achieve this?</description>
		<content:encoded><![CDATA[<p>Hi Fabio, thanks for the php code. One question: suppose I have ftp-php code in a folder named &#8220;ftp&#8221; and I need to save the files that I upload to the folder &#8220;docs&#8221;. What I have to change to achieve this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

