Forum Moderators: open
[mp3.lycos.com ]
[ftpsearch.lycos.com ]
Also at the bottom of the AllTheWeb/Fast page is Mp3 Search and FTP search.
Not sure who else is using the data.
EDIT:
Plus, that still dosen't explain the poor behavior of the spider, in that it has now almost made 600 attempts at downloading mp3s, without once looking at robots.txt. As proof:
[djv@djandwes djv]$ grep Fast /etc/httpd/logs/access_log ¦ grep 403 ¦ wc -l
594
In english, that command asks how many times the strings "Fast" and "403" (as in 403 - Forbidden) are found on the same line in my server access log. The answer? 594
[djv@djandwes djv]$ grep Fast /etc/httpd/logs/access_log ¦ grep 403 ¦ grep robots.txt ¦ wc -l
0
In english, that command asks how many times the strings "Fast", "403" and "robots.txt" appear on the same line in my server access log. The answer? 0