I have a file that a friend/hacker was able to create called \'AND SELECT * FROM \'users\'\'
The FTP command DELE \'AND SELECT * FROM \'users\'\'
says this:
Command: DELE \'AND SELECT * FROM \'users\'\'
Response: 553 Prohibited file name: \'AND SELECT * FROM \'users\'\'
That means it can't delete a file with an SQL injection as its name.
Any ideas on how to delete the file? I need help.
P.S. The file is on a remote ftp server, so i cannot go into the hard disk and delete it directly.