Recently I set up a system to create files from within my website. Unfortunately someone created two files with the names "5 \"ands in a row.html " and "5 \\". When I tried to delete these files through my FTP server this was the result:
Code:
PHP Error Message
Warning: ftp_delete() [function.ftp-delete]: Could not delete /public_html/corrupt/5 : No such file or directory in /home/mainhost/public_html/file-manager/includes/filesystem.inc.php on line 902
Free Web Hosting
PHP Error Message
Warning: ftp_delete() [function.ftp-delete]: Could not delete 5 : No such file or directory in /home/mainhost/public_html/file-manager/includes/filesystem.inc.php on line 926
Free Web Hosting
Does anyone know how to delete these files if it is even possible?