Mac 101: Find where a file came from
If you frequently download files via iChat file transfer or Safari, then you may want to know where the files came from later on. This information can be found using a simple Get Info command in the Finder.
Right-click on the questionable file and select "Get Info" (you can also click once on the file and press command + I). Once you are in the Get Info window, click the "More Info" disclosure triangle. Look in the "Where from" field to identify your file's origin.
If you downloaded the file from an iChat file transfer, you will see the person's name, handle, and date/time of download. If you downloaded the file using Safari, you might see the URL for the site you downloaded the file from. Please note that this will not work for all files, and your experience may vary if you are using non-Apple browsers or chat tools.
Want more tips and tricks like this? Visit TUAW's Mac 101 section.
Share
Source: http://tuaw.com/category/Mac-101
Categories
If you frequently download files via iChat file transfer or Safari, then you may want to know where the files came from later on. This...
Add a Comment
Is there any way to disable this feature in Safari? It actually really annoys me, and I would love it if there is a way I could disable it.
Thanks.
0104420268
November 17 2008 at 3:13 PM Report abuse Permalink rate up rate down ReplyYes this tip appeared on the Apple Quick Tips podcast before you posted it.
October 13 2008 at 6:24 PM Report abuse Permalink rate up rate down ReplyIE on Sys 9 used to do this and I've always missed this feature. I had no idea that it was a browser specific thing! Thanks for the tip!
October 13 2008 at 1:08 PM Report abuse Permalink rate up rate down ReplyThis was on the Apple Quick tips podcast too...
October 13 2008 at 12:10 PM Report abuse Permalink rate up rate down ReplyCamino supports this as well, but Firefox does not. There is a request to add support for this in Firefox, see https://bugzilla.mozilla.org/show_bug.cgi?id=337051
October 13 2008 at 11:57 AM Report abuse Permalink rate up rate down ReplyThe trouble is, the info is not enterable/copyable. I believe the data comes from metadata. I use the following AppleScript, which I save as a droplet application on the desktop to put the URLs on the clipboard. Copy/paste the below into Script Editor, save as application. If the long line gets broken up, it's 1 line.
on open (file_drop)
set file_alias to item 1 of file_drop
set pos_file to quoted form of POSIX path of file_alias
set URLs to do shell script "/usr/bin/mdls -name kMDItemWhereFroms " & pos_file & " | egrep 'http:'"
-- download URL, could be more than 1 line
set the clipboard to URLs
display dialog "The URLs are on the clipboard" buttons {"OK"} default button 1
end open
I find it slightly humorous that "where from:" is bad English. Although, most people should still understand it just fine.
What makes these certain apps so special that they add in this tag of information? Does Apple have to code it into each app?
I have DownloadComment installed but would like to know if this info shows up without it. Does it work only in iChat, Safari and Mail?
October 13 2008 at 8:55 AM Report abuse Permalink rate up rate down ReplyThis has been around for a long time. You'll find similar functionality in Address Book when you download a vCard from a website.
October 13 2008 at 7:45 AM Report abuse Permalink rate up rate down ReplyHot Apps on TUAW
Deals of the Day
more deals- Used Apple iMac 17" Core 2 Duo 1.83GHz for $430 + $28 s&h
- Lounge Deluxe Stand for iPhone / iPod touch for $28 + $8 s&h
- Brookstone Surround-Sound Earbuds for $14 + $7 s&h
- Refurbished Skullcandy Tokidoki Smokin' Buds Mic'd Headset for $5 + $2 s&h
- Stitchway Backup Battery for iPod / iPhone for $5 + free shipping
- Used Apple MacBook Pro 2.4GHz 15" LED Laptop for $1,030 + $29 s&h
Software Updates
more updates- EFI Firmware Update brings Lion Internet Recovery to 2010-model Macs
- OS X Lion 10.7.3 released with Safari 5.1.3, Wi-Fi bug fix
- Aperture updated to 3.2.2, addresses Photo Stream issue
- Apple updates Keynote to address Lion issues
- Google Search app gets new look on iPad
- Apple releases Apple TV Software Update 4.4.3



12 Comments