Re: [OT] Ghost icon on server



On Mon, 28 Aug 2006 09:21:07 +1000, dorayme
<doraymeRidThis@xxxxxxxxxxxxxxx> wrote:

I have had this before with a completely different server and had
to ask the server people to delete it. I never got any feedback,
they just said they had deleted it and it was indeed gone.

It is possible to get undeletable (using FTP) files if you create files
using PHP. The PHP created files have the Apache UID and if the
permissions are restricted then deletion via FTP will fail because FTP
will be using your account UID. Can you check the permissions and UID
of the files to see if they match those of files you have uploaded ?

HTH

--
Steven
.



Relevant Pages

  • Re: [PHP] File Upload Security and chmod
    ... The FTP will be slower, ... your files at will in PHP. ... all of the directory creation and permissions changes? ... upon the permissions the parent folder. ...
    (php.general)
  • Re: [PHP] File Upload Security and chmod
    ... PHP ftp functions, but I have used the PHP functions chmodand mkdir ... >what permissions do you set the parent folder at when you are finished ... upon the permissions the parent folder. ...
    (php.general)
  • Re: [OT] Ghost icon on server
    ... It is possible to get undeletable (using FTP) files if you create files ... The PHP created files have the Apache UID and if the ... Can you check the permissions and UID ...
    (alt.html)
  • Re: [PHP] Re: system command runs application, but application doesnt work correctly
    ... Does the UID under which PHP is being executed ... does it have the correct permissions to read the ... 500 is generally the lowest non-privileged UID ... 0, and PHP, Apache, and all ...
    (php.general)
  • Re: PHP and File Permissions
    ... Now I know that PHP is running as a user/owner, ... permissions need to be set accordingly. ... Since PHP is running with Apache's UID does this mean other ...
    (comp.lang.php)