Can .htaccess be used instead of robots.txt to prevent bots from crawling/indexing certain directories/files?
Something like <Limit GET POST> order allow,deny allow from all deny from 12.154.217 </Limit> can ban them. I'm guessing IP is the only way to ban them, unless you can ban them using there name, like Googlebot.