553 Prohibited file name: xxx\\xxx\\xxx\\xxx.png

I hade a wrong php runtime error
i tried to upload an image in a path xxx\xxx\xxx\xxx.png but it uploaded with a name “xxx\xxx\xxx\xxx.png” in the main htdocs i tried to fix it several times until it finaly worked but when i tried to delete the wrong images with the name “xxx\xxx\xxx\xxx.png” in the main htdocs it gave me “553 Prohibited file name: xxx\xxx\xxx\xxx.png” and it didn’t delete how to delete it

Backslashes in file names are not permitted. Please keep in mind that our servers (like almost all web hosting servers) use Linux, not Windows, so directories are indicated by forward slashes, not backslashes.

Ok but now what showld i do to delete this wrong files

You shouldn’t
xxx\\xxx\\xxx\\xxx.png

xxx/xxx/xxx/xxx.png

Ok I know that but when i did this mistake the Image saved as a name (xxx\xxx\xxx\xxx.png) in the main htdocs and i want to delete it but it gives me “553 Prohibited file name: xxx\xxx\xxx\xxx.png”

System may already mistook it by something else.

Have you tried to create a short unlink() PHP script? (Be careful with this)
Here for reference: PHP: unlink - Manual

Create backup before perform this. Just saying :wink:

I tried but it didn’t success :disappointed:

This is an image of my problem