<?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: Web based FTP Sync Tool written in PHP</title>
	<atom:link href="http://www.decodephp.com/2007/12/04/web-based-ftp-sync-tool-written-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.decodephp.com/2007/12/04/web-based-ftp-sync-tool-written-in-php/</link>
	<description></description>
	<lastBuildDate>Mon, 01 Mar 2010 14:26:11 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rogier</title>
		<link>http://www.decodephp.com/2007/12/04/web-based-ftp-sync-tool-written-in-php/comment-page-1/#comment-403</link>
		<dc:creator>rogier</dc:creator>
		<pubDate>Sun, 27 Sep 2009 13:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://decodephp.com/new2/?p=45#comment-403</guid>
		<description>Brilliant!!!!

I was looking for weeks for something like this on the web!!!
Only one thing i am looking for is that if the file is deleted on the server that it don&#039;t upload the file again....

But again, fantastic!!!!</description>
		<content:encoded><![CDATA[<p>Brilliant!!!!</p>
<p>I was looking for weeks for something like this on the web!!!<br />
Only one thing i am looking for is that if the file is deleted on the server that it don&#8217;t upload the file again&#8230;.</p>
<p>But again, fantastic!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Phipps</title>
		<link>http://www.decodephp.com/2007/12/04/web-based-ftp-sync-tool-written-in-php/comment-page-1/#comment-153</link>
		<dc:creator>Michael Phipps</dc:creator>
		<pubDate>Sun, 12 Oct 2008 02:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://decodephp.com/new2/?p=45#comment-153</guid>
		<description>I&#039;m thinking about porting this into Drupal.  

Just FYI, You should correct your php tags from &lt;? to &lt;?php.  This is going to become a requirement in future versions of PHP.

Also, add a # in front of your ---- in the database installation script.  Without that installation fails in my installation.

apart from those tiny things, great work - thank you for putting the effort into this script.</description>
		<content:encoded><![CDATA[<p>I&#8217;m thinking about porting this into Drupal.  </p>
<p>Just FYI, You should correct your php tags from &lt;? to &lt;?php.  This is going to become a requirement in future versions of PHP.</p>
<p>Also, add a # in front of your &#8212;- in the database installation script.  Without that installation fails in my installation.</p>
<p>apart from those tiny things, great work &#8211; thank you for putting the effort into this script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alon Carmel</title>
		<link>http://www.decodephp.com/2007/12/04/web-based-ftp-sync-tool-written-in-php/comment-page-1/#comment-102</link>
		<dc:creator>Alon Carmel</dc:creator>
		<pubDate>Mon, 07 Jul 2008 13:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://decodephp.com/new2/?p=45#comment-102</guid>
		<description>Also, it fails and gets stuck on some files. dont know why. tried uploading .py file and gets stuck.</description>
		<content:encoded><![CDATA[<p>Also, it fails and gets stuck on some files. dont know why. tried uploading .py file and gets stuck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alon Carmel</title>
		<link>http://www.decodephp.com/2007/12/04/web-based-ftp-sync-tool-written-in-php/comment-page-1/#comment-101</link>
		<dc:creator>Alon Carmel</dc:creator>
		<pubDate>Mon, 07 Jul 2008 12:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://decodephp.com/new2/?p=45#comment-101</guid>
		<description>Amazing script, i am porting it into the Symfony class, just amazing.
One note. For effectiveness i&#039;ve modified the runjob.php :: line : 160 - &gt;

if($file != &quot;.&quot; &amp;&amp; $file != &quot;..&quot; &amp;&amp; $file != &quot;.svn&quot;){  

It gave tons of errors, now it skips anything related to svn. works like charm.</description>
		<content:encoded><![CDATA[<p>Amazing script, i am porting it into the Symfony class, just amazing.<br />
One note. For effectiveness i&#8217;ve modified the runjob.php :: line : 160 &#8211; &gt;</p>
<p>if($file != &#8220;.&#8221; &amp;&amp; $file != &#8220;..&#8221; &amp;&amp; $file != &#8220;.svn&#8221;){  </p>
<p>It gave tons of errors, now it skips anything related to svn. works like charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://www.decodephp.com/2007/12/04/web-based-ftp-sync-tool-written-in-php/comment-page-1/#comment-83</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Tue, 15 Apr 2008 20:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://decodephp.com/new2/?p=45#comment-83</guid>
		<description>Why does it only upload one file? Cant get it to upload all files in the local path.</description>
		<content:encoded><![CDATA[<p>Why does it only upload one file? Cant get it to upload all files in the local path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MariuszT</title>
		<link>http://www.decodephp.com/2007/12/04/web-based-ftp-sync-tool-written-in-php/comment-page-1/#comment-82</link>
		<dc:creator>MariuszT</dc:creator>
		<pubDate>Thu, 10 Apr 2008 17:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://decodephp.com/new2/?p=45#comment-82</guid>
		<description>Nice! Thank you :)</description>
		<content:encoded><![CDATA[<p>Nice! Thank you <img src='http://www.decodephp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php ist</title>
		<link>http://www.decodephp.com/2007/12/04/web-based-ftp-sync-tool-written-in-php/comment-page-1/#comment-80</link>
		<dc:creator>php ist</dc:creator>
		<pubDate>Sat, 05 Apr 2008 17:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://decodephp.com/new2/?p=45#comment-80</guid>
		<description>Your script rocks man! It really really saves my day :D
A bit different from what i need. My purpose is the opposite, which is to download from ftp server. But just couple hours of modification and it&#039;s done. Yey!
Thank a lot :) :)</description>
		<content:encoded><![CDATA[<p>Your script rocks man! It really really saves my day <img src='http://www.decodephp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
A bit different from what i need. My purpose is the opposite, which is to download from ftp server. But just couple hours of modification and it&#8217;s done. Yey!<br />
Thank a lot <img src='http://www.decodephp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://www.decodephp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://www.decodephp.com/2007/12/04/web-based-ftp-sync-tool-written-in-php/comment-page-1/#comment-70</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Tue, 26 Feb 2008 19:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://decodephp.com/new2/?p=45#comment-70</guid>
		<description>Nice tool.  I have made a few fixes to the source, and added a feature - was curious if you are interested in continuing development on this?  I would be interested in working with you on any new features.</description>
		<content:encoded><![CDATA[<p>Nice tool.  I have made a few fixes to the source, and added a feature &#8211; was curious if you are interested in continuing development on this?  I would be interested in working with you on any new features.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
