<?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: Recursive delete with the command line windows FTP client</title>
	<atom:link href="http://www.waltervos.com/news/recursive-delete-with-the-command-line-windows-ftp-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.waltervos.com/news/recursive-delete-with-the-command-line-windows-ftp-client/</link>
	<description>wordpress plugins, free music and more</description>
	<lastBuildDate>Fri, 05 Mar 2010 19:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bill</title>
		<link>http://www.waltervos.com/news/recursive-delete-with-the-command-line-windows-ftp-client/comment-page-1/#comment-2619</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Fri, 05 Mar 2010 19:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.waltervos.com/?p=120#comment-2619</guid>
		<description>Be sure to run:
set ftp:list-options &quot;-a&quot;

Or else files beginning with &quot;.&quot; will not be processed, and nor will you be able to delete folders containing those files.</description>
		<content:encoded><![CDATA[<p>Be sure to run:<br />
set ftp:list-options &#8220;-a&#8221;</p>
<p>Or else files beginning with &#8220;.&#8221; will not be processed, and nor will you be able to delete folders containing those files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://www.waltervos.com/news/recursive-delete-with-the-command-line-windows-ftp-client/comment-page-1/#comment-2618</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Fri, 05 Mar 2010 19:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.waltervos.com/?p=120#comment-2618</guid>
		<description>lftp seems to still be available in cygwin</description>
		<content:encoded><![CDATA[<p>lftp seems to still be available in cygwin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guy</title>
		<link>http://www.waltervos.com/news/recursive-delete-with-the-command-line-windows-ftp-client/comment-page-1/#comment-2295</link>
		<dc:creator>guy</dc:creator>
		<pubDate>Fri, 18 Dec 2009 17:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.waltervos.com/?p=120#comment-2295</guid>
		<description>research mdelete. it is your friend.</description>
		<content:encoded><![CDATA[<p>research mdelete. it is your friend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter Vos</title>
		<link>http://www.waltervos.com/news/recursive-delete-with-the-command-line-windows-ftp-client/comment-page-1/#comment-1546</link>
		<dc:creator>Walter Vos</dc:creator>
		<pubDate>Thu, 23 Jul 2009 07:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.waltervos.com/?p=120#comment-1546</guid>
		<description>Hi Terry (my name&#039;s Walter btw),

I wouldn&#039;t know. I&#039;m certainly not an expert in this field. I&#039;d try to find some lftp support forum if I were you.

Walter</description>
		<content:encoded><![CDATA[<p>Hi Terry (my name&#8217;s Walter btw),</p>
<p>I wouldn&#8217;t know. I&#8217;m certainly not an expert in this field. I&#8217;d try to find some lftp support forum if I were you.</p>
<p>Walter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry</title>
		<link>http://www.waltervos.com/news/recursive-delete-with-the-command-line-windows-ftp-client/comment-page-1/#comment-1542</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Fri, 17 Jul 2009 13:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.waltervos.com/?p=120#comment-1542</guid>
		<description>Hi Daniel,

This method almost works for me, but then errors out.  When I run the script, it moves to the directory I specify, deletes the files in that directory, and then attempts to change to the first subdirectory.  But this fails and I get the following error: &quot;The filename, directory name, or volume label syntax is incorrect&quot;  The only difference between my script and yours is I&#039;m using mrm instead of rm.

Would you have any ideas on why it is having trouble changing directories?  The sub directory name is &quot;SubDirOne&quot; so I don&#039;t think it&#039;s the directory name that is causing a problem.  Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Daniel,</p>
<p>This method almost works for me, but then errors out.  When I run the script, it moves to the directory I specify, deletes the files in that directory, and then attempts to change to the first subdirectory.  But this fails and I get the following error: &#8220;The filename, directory name, or volume label syntax is incorrect&#8221;  The only difference between my script and yours is I&#8217;m using mrm instead of rm.</p>
<p>Would you have any ideas on why it is having trouble changing directories?  The sub directory name is &#8220;SubDirOne&#8221; so I don&#8217;t think it&#8217;s the directory name that is causing a problem.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.waltervos.com/news/recursive-delete-with-the-command-line-windows-ftp-client/comment-page-1/#comment-1529</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 17 Jun 2009 19:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.waltervos.com/?p=120#comment-1529</guid>
		<description>Hi Walter, that was very good of you. Thank you very much!</description>
		<content:encoded><![CDATA[<p>Hi Walter, that was very good of you. Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter Vos</title>
		<link>http://www.waltervos.com/news/recursive-delete-with-the-command-line-windows-ftp-client/comment-page-1/#comment-1528</link>
		<dc:creator>Walter Vos</dc:creator>
		<pubDate>Wed, 17 Jun 2009 05:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.waltervos.com/?p=120#comment-1528</guid>
		<description>Hi Daniel,

I still had the zip just in case this would happen. I updated the link in my post. Will this get me in trouble though? It&#039;s open source right?

Good luck with it!

Walter</description>
		<content:encoded><![CDATA[<p>Hi Daniel,</p>
<p>I still had the zip just in case this would happen. I updated the link in my post. Will this get me in trouble though? It&#8217;s open source right?</p>
<p>Good luck with it!</p>
<p>Walter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.waltervos.com/news/recursive-delete-with-the-command-line-windows-ftp-client/comment-page-1/#comment-1527</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 16 Jun 2009 20:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.waltervos.com/?p=120#comment-1527</guid>
		<description>Hi, I was very interested in using this to deploy websites, but the windows version of lftp seems to have disappeared off the internet. Any idea where it is, or could you somehow make it available? Thanks for any help.</description>
		<content:encoded><![CDATA[<p>Hi, I was very interested in using this to deploy websites, but the windows version of lftp seems to have disappeared off the internet. Any idea where it is, or could you somehow make it available? Thanks for any help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
