Link to home
Start Free TrialLog in
Avatar of mtbuford
mtbuford

asked on

Directory with no name

Recently my FTP server was hacked and now I have directory with no name and subdirectories under it.

F:\ \tagged \ for fresh\scan by    \           aespinoz\filled by         \              santos29

This is how it looks in my address bar when I view the directory.  How do I get rid of this?
Avatar of xSinbad
xSinbad

This has happend before, here is the link to the question https://www.experts-exchange.com/questions/Q.20134236.html
The problem was that the person did not get a cure they just formatted the drive.
Try:

In the command prompt, goto the F: drive. Do DIR /X, this will list the files and directories in the root directory, with an extra column for special folders, ie, those who don't fit the 8.3 convention or have special characters.

You can hopefully use this new column (it is infact its alternative name) to delete the directory.

e.g.

>f:
>dir /x

03/05/02  13:49         <DIR>                          NTReskit
15/04/02  16:11         <DIR>          NTRESK~1        NTResKit2k

>del NTRESK~1

^^^ that will delete the NTResKit2k directory (ignoring the fact its a direcory and so the command wont work :) )

Avatar of mtbuford

ASKER

Still wont delete them.
ASKER CERTIFIED SOLUTION
Avatar of AdamWoodland
AdamWoodland

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial