<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: How to bulk transfer many files over FTP using PHP</title>
	<link>http://codingpad.maryspad.com/2008/02/02/how-to-bulk-transfer-many-files-over-ftp-using-php/</link>
	<description>Programming blog, discussions, tutorials, resources</description>
	<pubDate>Wed, 08 Oct 2008 06:24:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2008/02/02/how-to-bulk-transfer-many-files-over-ftp-using-php/#comment-3880</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Wed, 10 Sep 2008 19:53:52 +0000</pubDate>
		<guid>http://codingpad.maryspad.com/2008/02/02/how-to-bulk-transfer-many-files-over-ftp-using-php/#comment-3880</guid>
		<description>Craig, 

Not too sure what you're referring to in your comment.  What weird coding?

mary</description>
		<content:encoded><![CDATA[<p>Craig, </p>
<p>Not too sure what you&#8217;re referring to in your comment.  What weird coding?</p>
<p>mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CRaig Mullins</title>
		<link>http://codingpad.maryspad.com/2008/02/02/how-to-bulk-transfer-many-files-over-ftp-using-php/#comment-3879</link>
		<dc:creator>CRaig Mullins</dc:creator>
		<pubDate>Wed, 10 Sep 2008 19:43:23 +0000</pubDate>
		<guid>http://codingpad.maryspad.com/2008/02/02/how-to-bulk-transfer-many-files-over-ftp-using-php/#comment-3879</guid>
		<description>Looks like you need a primer on importing &#38; exporting MySQL files. :)

Appears you didn't import/export with the write character set.

Why your getting all the weird coding....</description>
		<content:encoded><![CDATA[<p>Looks like you need a primer on importing &amp; exporting MySQL files. <img src='http://codingpad.maryspad.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Appears you didn&#8217;t import/export with the write character set.</p>
<p>Why your getting all the weird coding&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2008/02/02/how-to-bulk-transfer-many-files-over-ftp-using-php/#comment-2111</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Wed, 06 Feb 2008 16:30:54 +0000</pubDate>
		<guid>http://codingpad.maryspad.com/2008/02/02/how-to-bulk-transfer-many-files-over-ftp-using-php/#comment-2111</guid>
		<description>george,

Thanks for your comment and for the link. I'll check it out.  I recently used the PHP code above to extract a CMS after uploading the zip file to my hosting account. I didn't notice any ownership issues. But I'll ask Bo over at the &lt;a href="http://hypertextfever.com" target="_blank"&gt;Web Development Forums&lt;/a&gt; about it.

Another thing I generally do is to use the cPanel file manager extracting utility to unpack the archive, and that generally works well too.

thanks again george.

mary</description>
		<content:encoded><![CDATA[<p>george,</p>
<p>Thanks for your comment and for the link. I&#8217;ll check it out.  I recently used the PHP code above to extract a CMS after uploading the zip file to my hosting account. I didn&#8217;t notice any ownership issues. But I&#8217;ll ask Bo over at the <a href="http://hypertextfever.com" target="_blank">Web Development Forums</a> about it.</p>
<p>Another thing I generally do is to use the cPanel file manager extracting utility to unpack the archive, and that generally works well too.</p>
<p>thanks again george.</p>
<p>mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george</title>
		<link>http://codingpad.maryspad.com/2008/02/02/how-to-bulk-transfer-many-files-over-ftp-using-php/#comment-2096</link>
		<dc:creator>george</dc:creator>
		<pubDate>Tue, 05 Feb 2008 23:28:24 +0000</pubDate>
		<guid>http://codingpad.maryspad.com/2008/02/02/how-to-bulk-transfer-many-files-over-ftp-using-php/#comment-2096</guid>
		<description>Good tip, I've had to employ something similar esp with TinyMCE and such.

The problem I've run into is that the unzipped files aren't considered to be owned by me, so I can't move, delete, CHMOD, or rename them - kind of a problem.

The solution I've found is to use PCL Zip (&lt;a href="http://www.phpconcept.net/pclzip/index.en.php" target="_blank"&gt;http://www.phpconcept.net/pclzip/index.en.php&lt;/a&gt;), which allows you to CHMOD at the time of unzip, solving the problem.

Of course, your script is a lot smaller than PclZip's 300K, so if it works - cheers!</description>
		<content:encoded><![CDATA[<p>Good tip, I&#8217;ve had to employ something similar esp with TinyMCE and such.</p>
<p>The problem I&#8217;ve run into is that the unzipped files aren&#8217;t considered to be owned by me, so I can&#8217;t move, delete, CHMOD, or rename them - kind of a problem.</p>
<p>The solution I&#8217;ve found is to use PCL Zip (<a href="http://www.phpconcept.net/pclzip/index.en.php" target="_blank">http://www.phpconcept.net/pclzip/index.en.php</a>), which allows you to CHMOD at the time of unzip, solving the problem.</p>
<p>Of course, your script is a lot smaller than PclZip&#8217;s 300K, so if it works - cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2008/02/02/how-to-bulk-transfer-many-files-over-ftp-using-php/#comment-2072</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Mon, 04 Feb 2008 22:07:13 +0000</pubDate>
		<guid>http://codingpad.maryspad.com/2008/02/02/how-to-bulk-transfer-many-files-over-ftp-using-php/#comment-2072</guid>
		<description>Mark,

Thanks for your comment. I see what you mean about the title though, it may have been a tad ambitious. The files are transferred in a zipped form via FTP and the unzipped using PHP on the server, reducing the time required to upload individual files, so the use of PHP is indirect here.

Thanks for your feedback.</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>Thanks for your comment. I see what you mean about the title though, it may have been a tad ambitious. The files are transferred in a zipped form via FTP and the unzipped using PHP on the server, reducing the time required to upload individual files, so the use of PHP is indirect here.</p>
<p>Thanks for your feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://codingpad.maryspad.com/2008/02/02/how-to-bulk-transfer-many-files-over-ftp-using-php/#comment-2068</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 04 Feb 2008 20:21:04 +0000</pubDate>
		<guid>http://codingpad.maryspad.com/2008/02/02/how-to-bulk-transfer-many-files-over-ftp-using-php/#comment-2068</guid>
		<description>That sounds more like using PHP to unzip an archive and not using PHP to transfer files via FTP like your title says.

Still, an interesting and unique solution. Thanks for the info.</description>
		<content:encoded><![CDATA[<p>That sounds more like using PHP to unzip an archive and not using PHP to transfer files via FTP like your title says.</p>
<p>Still, an interesting and unique solution. Thanks for the info.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
