I can't delete files someone uploaded to our FTP site
Hi,
Someone has hacked into our FTP site (Windows 2000) and uploaded hundreds of MB of game data onto it. I am not able to rename or delete the files. I get a file not found error, however I can see them in Windows Explorer and they are occupying disk space.
Is there a utility I can use to delete these files?
Thanks,
Brian
Re: I can't delete files someone uploaded to our FTP site
Quote:
Originally posted by BPioreck
Hi,
Someone has hacked into our FTP site (Windows 2000) and uploaded hundreds of MB of game data onto it. I am not able to rename or delete the files. I get a file not found error, however I can see them in Windows Explorer and they are occupying disk space.
Is there a utility I can use to delete these files?
Chances are good that they're using nonstandard filenames. Try just opening your command prompt, getting to the directory where everything is stored and just doing a del *.* to remove them. In some cases this may not work, but if not, just simply delete the parent folder (after copying out anything you need).