If you go to Site Manager. Right click the FTP you connect to, chose Site Properties / Actions / Filter / Filter NOT Mask
Then you add thumbs.db. I think that's the one.
This is how you delete all thumbs.db on your server.
Go to parent folder of all your domains.
find . -name thumbs.db -exec rm {} \;
|