topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 4:18 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: log downloads' filename, address and date  (Read 10627 times)

ack-hh

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 5
    • View Profile
    • Donate to Member
IDEA: log downloads' filename, address and date
« on: June 01, 2005, 09:52 AM »
Hi @ll

I'd like to make a suggestion for a program which I'm dreaming of for years.
It would be very nice to have a download log file which tells me when and
where from I have downloaded files. This would help me to check for updates.

Would such a thing be possible?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: IDEA: log downloads' filename, address and date
« Reply #1 on: June 01, 2005, 10:44 AM »
this is great idea -

i'm fairly certain that it would be easy to write a mozilla firefox extension to do this, if it doesn't already exist (does anyone know if it does?)

i think a good solution would be to use a download manager like getright, mass downloader, etc.  there are some freeware ones too.  such a tool should be able to keep a permanent list of all downloads and their urls and date of download.

anyone with experience using download managers have any more insight?

ack-hh

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 5
    • View Profile
    • Donate to Member
Re: IDEA: log downloads' filename, address and date
« Reply #2 on: June 01, 2005, 07:30 PM »
All download managers I have tried so far either
- stored the information in the registry :(
or
- stored only pending or incomplete downloads
or
- stored the information in a (unreadable) proprietary format
or
- did not store filename AND web address AND date

Scott

  • Resident Googler
  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 378
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: IDEA: log downloads' filename, address and date
« Reply #3 on: June 01, 2005, 11:23 PM »
Use GetRight.  If you're using the "basic" configuration interface, the last configuration option you'll see is one that lets you combine all downloads into one log.  If you're using the "advanced" configuration interface, then in GetRight's options dialog, go to Advanced | Log Files, and provide a path for the "Single Combined Log File for All Downloads" option.  Make sure you also give it plenty of room, with the "Maximum combined log file size" setting.

Here is a sample of what GetRight stores in that log file, which is a non-proprietary, plain ASCII file:

2005/06/02-00:18:09:  File: C:\Downloads\filename.zip.GetRight = http://the.download.url/filename.zip

If you use the "advanced" configuration interface, you can opt to include more details, such as when the download was added, start/stop/resume details, and so on.

** By the way, the ".GetRight" extension you see on the file name above is there because I have the option enabled that adds the .GetRight extension on files as the download is added.  GetRight automatically removes that extension when the download is complete.  You can opt not to use it at all.


« Next Edit: Tomorrow at 12:13:47 AM by Scott »
« Last Edit: June 01, 2005, 11:28 PM by Scott »

alien

  • Participant
  • Joined in 2005
  • *
  • Posts: 13
    • View Profile
    • CYB3RZ3N
    • Donate to Member
Re: IDEA: log downloads' filename, address and date
« Reply #4 on: June 21, 2005, 01:18 PM »
i'm fairly certain that it would be easy to write a mozilla firefox extension to do this, if it doesn't already exist (does anyone know if it does?)

Firefox's own download manager  saves this data. Go to Tools-Downloads or Ctrl+J or chrome://mozapps/content/downloads/downloads.xul, select a downloadede file, right-click and choose Properties

alien

  • Participant
  • Joined in 2005
  • *
  • Posts: 13
    • View Profile
    • CYB3RZ3N
    • Donate to Member
Re: IDEA: log downloads' filename, address and date
« Reply #5 on: June 22, 2005, 06:08 AM »
In windoze this data is stored in XML:   \Documents and Settings\[user_profile]\Application Data\Mozilla\Firefox\Profiles\[firefox_user_profile]\downloads.rdf
Maybe a standalone GUI reader will make sense