I checked the directory permissions and I don’t see anything unusual about it. What exactly do you suppose is wrong with the permissions and what’s stopping you from deleting them yourself?
Thank you for checking the permissions. I believe the issue is not with the permissions (CHMOD) code itself, but with the ownership of the directory.
The folder was created by a PHP script, which runs as the web server user. In this hosting environment, the FTP user (my account) does not have the necessary ownership rights to delete directories owned by the web server user, even if the permissions appear correct.
This is a known issue caused by ownership inconsistencies in shared hosting. Only the server’s root user or administrator can delete these folders.
Therefore, I kindly request you to perform the deletion from the server side. Thank you for your understanding.
If it’s your account you should have permission to delete it regardless of whether it was created manually by you, or by a script. What’s the actual error message you get when you try to delete it?
Please be aware that PHP code is executed under your own account username. So any files created from PHP are owned by your user, just like the files you uploaded yourself.
I’m glad you were able to delete the files successfully. I’m guessing that the specific file name (containing both spaces and a quote) may have hit a bug in the file manager preventing the deletion.
In other words: it was never a permissions issue to begin with.