views:

148

answers:

3

Back in the earlier days of the internet I remember that in certain browsers, every time you downloaded an image or a file, the URL of where that file was downloaded from would be written into that file's properties (I guess the summary tab?). I think Netscape v2 did this if I remember correctly.

I really miss that kind of functionality as every once in a while I'll run into a neat little program stored somewhere in the depths of my hard drive and wonder where I got it from originally.

I googled around but I'm not quite sure what terms to use to describe what I'm looking for. So I'm wondering if anyone knows of a Firefox plug-in or something similar that would do this?

A: 

For the IE Browser I use the hell out of Fidler to look at all traffic going across the wire.

For FireFox, you can use the FireBug plugin. There is a "Net" tab that will show you request information that is going across the wire.

Most of the time you can use one of these tools to see what URL was requested in order to start a download. You can also view all the get and post information that might need to be sent in order to have your request succeed.

Fidler is here: http://www.fiddlertool.com/fiddler/

FireBug is here: https://addons.mozilla.org/en-US/firefox/addon/1843

Best of Luck!

Rafe
+1  A: 

If you use the DownThemAll! extension for Firefox, you can tell it to prepend the URL of the site to the downloaded file name...

thus you end up with files like:

download.com_utils_compression_ABCD32.exe

It also works really well when you want to download/queue a bunch of files.

scunliffe
A: 

You download http://example.com/foo to ~/Desktop/foo, and you want to see the originating URL in the properties of the local file foo?

Back when I used OS X, I remember Safari used to record the original URL in the resource fork of the downloaded file. Can't remember what the named fork is, well, named, but it'll show up in the properties panel from Finder. Since it's there, Spotlight will probably index it, too, but I haven't used OS X since 10.3.

If you use Opera, and haven't cleared the file out from your download manager, select the download and it'll show the original URL that the file is from in the properties pane.

Is this what you want? If so... well, I don't know of a similar Firefox extension, but it'll clarify the question.

ephemient