<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1033891" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1033891</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/error-550#comment-1197095</link>
    <description> &lt;p&gt;bad day indeed, I was hoping I could try a route where i will not talk to the tired voice of the support desk of my host... anyways, if anybody out there has some ideas for this, feel free to write it down here, and ill try if it works, so that it can be used by others as a reference in the future...&lt;/p&gt;
&lt;p&gt;(since i tried searching for a solution, and no major site has answered the problem directly...)&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 Apr 2006 18:49:42 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1197095 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/error-550#comment-1197093</link>
    <description> &lt;p&gt;I&#039;d go with the bad day answer. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Seriously, if it&#039;s working fine now, I would just have your host delete it. No reason to pull your hair out if there are no ongoing problems.&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 Apr 2006 18:41:24 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1197093 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/error-550#comment-1197092</link>
    <description> &lt;p&gt;Also I retried the original script at a different folder, it works fine, and I can delete the files it created, &lt;/p&gt;
&lt;p&gt;I cant figure why it happened on my first try...&lt;br /&gt;
maybe its one of those unfinished files, or I was having a bad day...&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 Apr 2006 18:39:11 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1197092 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/error-550#comment-1197091</link>
    <description> &lt;p&gt;I mean I used the ftp to upload the script and create the folders... I used the browser to run the script, that populates the folder, maybe thats why its thinking I did not create it... Although I also tried writing a delete script for the files, it wouldnt work for the same reasons, it just flickers at me and the filese and folders are still there... What else do you have in mind? Maybe after I exhaust all the help i can get, ill ask my host to delete it for me... If they can... Thanks for the help so far....&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 Apr 2006 18:37:24 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1197091 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/error-550#comment-1197089</link>
    <description> &lt;p&gt;And if you want to solve it on an ongoing basis, just have your script chown the file after creating it.&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 Apr 2006 18:32:41 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1197089 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/error-550#comment-1197088</link>
    <description> &lt;p&gt;Creating it using the FTP client vs a PHP script are two totally different things. If you created it with an FTP client, the owner should be the login you used. If you created it with a PHP script, the owner is likely Apache, assuming you&#039;re using Apache.&lt;/p&gt;
&lt;p&gt;If you created it with a script, just write a script that deletes it. I&#039;ve had to do that before.&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 Apr 2006 18:31:54 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1197088 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/error-550#comment-1197086</link>
    <description> &lt;p&gt;I created those files using the ftp client, although more specifically it was auto created by a php scripting i experimented on using the GD library... although it was successful, the result was this problem later on... it doesnt bother me that much, but its an annoyance not being able to delet those files/folders...&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 Apr 2006 18:26:51 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1197086 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/error-550#comment-1197084</link>
    <description> &lt;p&gt;If you create a file using Cpanel, the file owner/group will be whoever the Apache process is running under. Usually it runs under nobody:nobody or www:www. If you create a folder using Cpanel, then the folder would have user=nobody, group=nobody and you wouldn&#039;t be able to change permissions on it since you aren&#039;t that user or in that group. To change permissions, you would have to have a su or root to do so.&lt;/p&gt;
&lt;p&gt;That is different from using a ftp client. With a ftp client, you login with your username and so files created by you are owned by you.&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 Apr 2006 18:21:50 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1197084 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/error-550#comment-1197080</link>
    <description> &lt;p&gt;online ftp as i said, to be more specific using cpanel... any other suggestions?&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 Apr 2006 18:05:30 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1197080 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/error-550#comment-1197062</link>
    <description> &lt;p&gt;Do you have file access other than FTP, SSH or Cpanel maybe? If so try deleting/chmoding the file there.&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 Apr 2006 14:43:32 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1197062 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
