Getting to brass tacks, I need to track when the user downloads a file from the internet. (For example, say a user is in Safari and clicks "Download Now" on an sdk from developer.apple.com and starts a download)
1) How can I see that event?
2) How can I see what is downloaded?
3) Can you please give api's and/or documentation links too!!
Note: This should be OS X 10.11 capable code at minimum. I'm less worried about backtracking then being ahead of the game as this app is not planned for release for another year.
Also, should this be more of an idea slated for a Safari Extension, please give ideas/documentation/code for that as well.