I'm looking for a search engine that will let me query sites with a particular filename. That is, I'm looking for sites that host a file with a particular filename.

I tried the mainstream search engines (Google, Bing) and also Archive.org, to no avail.

It's possible I just didn't find the right query syntax.

Anyone know how to do this?

link|improve this question
I use filewatcher....filewatcher.com – Moab Jan 11 '11 at 17:41
feedback

migrated from superuser.com Jan 11 '11 at 22:41

This question came from our site for computer enthusiasts and power users.

1 Answer

I'd use Google with a combination of inurl: and filetype: operators, e.g.

filetype:pdf inurl:example.pdf

Some false positives are possible, but usually not likely.

link|improve this answer
Bing has filetype:, but no inurl: equivalent. – Daniel Beck Jan 11 '11 at 15:53
feedback

Your Answer

 
or
required, but never shown