Is there an easy way in WSS to track when files are downloaded from a site?
-
This is an old topic but the answers are available in this thread on SO: http://stackoverflow.com/questions/4457495/does-sharepoint-track-document-downloads – Andrew C Mar 09 '15 at 23:57
3 Answers
You can also get this data by creating a sharepoint designer report (office online appears to be dead or I'd post the link)

- 24,081
- 4
- 36
- 60
-
I turned it on according to those instructions, but then how do I get the information? – ScottStonehouse Jul 13 '09 at 02:15
I believe you can accomplish this using the audit log reports that come with SharePoint. You need to turn on the audit logs, but check out this article for a bit more.
http://office.microsoft.com/en-us/sharepointserver/HA101000051033.aspx
Basically once turned on, any action in your site collection will be audited, and downloaded files will I believe show up as a "View" action. The audit logs are kind of ugly and are XML based, Excel 2007 handles them nicely though. Hope this helps

- 51
- 3
I just ended up digging through the IIS logs and log parser. Note that there are at least two different ways to download files, so you have to be watching for different log entries that essentially mean the same thing.
Doubt this is the best answer, but it got the job done for me.

- 979
- 4
- 16
- 25