<?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:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>ウェブデザイナー的ホームページ制作最適化 &#187; FTP</title>
	<atom:link href="http://www.web-nouhau.com/category/ftp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.web-nouhau.com</link>
	<description>CMSやSEOなどホームページ制作業務で身近に使うことの情報整理</description>
	<pubDate>Sun, 29 Nov 2009 13:56:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.web-nouhau.com/category/ftp/feed" />
		<item>
		<title>FTPで所有者がapacheとなっているファイルの削除</title>
		<link>http://www.web-nouhau.com/archives/14</link>
		<comments>http://www.web-nouhau.com/archives/14#comments</comments>
		<pubDate>Fri, 03 Oct 2008 12:23:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[FTP]]></category>

		<category><![CDATA[apache]]></category>

		<category><![CDATA[削除]]></category>

		<category><![CDATA[所有者]]></category>

		<guid isPermaLink="false">http://www.web-nouhau.com/archives/14</guid>
		<description><![CDATA[ディレクトリ・・・ 属性が７５５ 所有者がapache
ファイル・・・ 属性が６４４ 所有者がapache 
となっているファイルの削除をFTP上より、
ファイルを選んで右クリックして削除しても削除ができません。
パーミッションを変えてからやろうとしてもパーミッションすら変えれません。
そこで、下記phpファイルをFTPでアップして、
ファイルを実行するとファイルの削除ができます。

&#60;?php&#160;&#160;&#160; print &#8220;ファイル削除の実行をします。&#8221;;&#160;&#160;&#160; unlink(&#8221;./パス/sample-file.txt&#8221;);&#160;&#160;&#160; rmdir(&#8221;./パス/sample-dir&#8221;);&#160;&#160;&#160; print &#8220;ファイル削除の実行をしました。&#8221;;?&#62;

]]></description>
			<content:encoded><![CDATA[<p>ディレクトリ・・・ 属性が７５５ 所有者がapache<br />
ファイル・・・ 属性が６４４ 所有者がapache </p>
<p>となっているファイルの削除をFTP上より、<br />
ファイルを選んで右クリックして削除しても削除ができません。</p>
<p>パーミッションを変えてからやろうとしてもパーミッションすら変えれません。</p>
<p>そこで、下記phpファイルをFTPでアップして、<br />
ファイルを実行するとファイルの削除ができます。</p>
<div class="so-su">
&lt;?php<br />&nbsp;&nbsp;&nbsp; print &#8220;ファイル削除の実行をします。&#8221;;<br />&nbsp;&nbsp;&nbsp; unlink(&#8221;./パス/sample-file.txt&#8221;);<br />&nbsp;&nbsp;&nbsp; rmdir(&#8221;./パス/sample-dir&#8221;);<br />&nbsp;&nbsp;&nbsp; print &#8220;ファイル削除の実行をしました。&#8221;;<br />?&gt;
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.web-nouhau.com/archives/14/feed</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.web-nouhau.com/archives/14" />
	</item>
	</channel>
</rss>
