I download many files every day that I store on my hard drive (scientific papers in my case, but could be any file).
To know about their public availability and share them (months) later, I would like to store the download URL along with the file. How can I associate the download source with the document in the smartest way possible?
The best idea I have had so far, but haven't found implemented is:
- a browser plugin, that stores a URI shortcut of the same name in the same location on the file system, for every download made
Any ideas whether this or an alternative exists?