<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Thesis: Hosting &#187; FTP</title>
	<atom:link href="http://www.thesishosting.com/topics/ftp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thesishosting.com</link>
	<description>Down &#38; Dirty Web Hosting Resource</description>
	<lastBuildDate>Mon, 21 Nov 2011 20:02:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Solving FTP Deletion Error &quot;550 Prohibited file name&quot;</title>
		<link>http://www.thesishosting.com/2009/11/topics/ftp/solving-ftp-deletion-error-550-prohibited-file-name</link>
		<comments>http://www.thesishosting.com/2009/11/topics/ftp/solving-ftp-deletion-error-550-prohibited-file-name#comments</comments>
		<pubDate>Tue, 03 Nov 2009 20:52:20 +0000</pubDate>
		<dc:creator>Dixie</dc:creator>
				<category><![CDATA[FTP]]></category>
		<category><![CDATA[550 Error]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://thesishosting.com/?p=154</guid>
		<description><![CDATA[Quick and easy fix for FTP error "550 Prohibited file name" when trying to delete a file.]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.thesishosting.com/2009/11/topics/ftp/solving-ftp-deletion-error-550-prohibited-file-name" title="Permanent link to Solving FTP Deletion Error &quot;550 Prohibited file name&quot;"><img class="post_image alignnone" src="http://thesishosting.dixiblog.com/files/2009/11/67396-delete-key.jpg" width="500" height="406" alt="FTP File Delete Error 550 - Prohibited File Name" /></a>
</p><p><strong>Trying to delete a file via FTP and unable to? Getting a &#8220;550 Prohibited file name&#8221; error? </strong>Annoying! But also very easy to fix. Create a php file called &#8220;unlink.php&#8221; with this code, replacing the &#8220;YOUR-FILENAME-HERE&#8221; with&#8211;what else?&#8211;your undeleteable file name.</p>
<pre class="brush: php; title: ; notranslate">&lt;?php unlink('YOUR-FILENAME-HERE');?&gt;</pre>
<p>Upload it to the directory with the file in question, and visit the script in your web browser. It will remove the previously unruly file.<sup><a href="http://www.thesishosting.com/2009/11/topics/ftp/solving-ftp-deletion-error-550-prohibited-file-name#footnote_0_154" id="identifier_0_154" class="footnote-link footnote-identifier-link" title="Thanks to irasmith&amp;#8217;s forum post for this solution.">1</a></sup></p>
<p>PHP noobs, please remember to have NO blank spaces before or after the beginning of your code in PHP files, or you&#8217;re liable to get a &#8220;Cannot modify header information/Headers already sent&#8221; error. You can create the file in a text program and simply rename it with a .php extension.</p>
<ol class="footnotes"><li id="footnote_0_154" class="footnote">Thanks to <a title="How to delete with 550 Prohibited file name error forum post" href="http://forum.powweb.com/showpost.php?p=108206&amp;postcount=2">irasmith&#8217;s forum post</a> for this solution.</li></ol>]]></content:encoded>
			<wfw:commentRss>http://www.thesishosting.com/2009/11/topics/ftp/solving-ftp-deletion-error-550-prohibited-file-name/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.thesishosting.com @ 2012-02-06 23:41:08 by W3 Total Cache -->
