aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Is there a history os what we downloaded?  (Read 1886 times)

Justin

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 47
Is there a history os what we downloaded?
« on: October 11, 2007, 04:17:42 AM »

Hi all
I have accidentally erased a number of files I downloaded recently. Unfortunately I don't know what I erased, but want the files back. Is there any way I can view a history of what I downloaded? That way I can see what files I downloaded recently, then download them again.
Thanks very much.
Logged

Archmage

  • Full Member
  • ***
  • Karma: 5
  • Offline Offline
  • Posts: 119
Re: Is there a history os what we downloaded?
« Reply #1 on: October 11, 2007, 12:25:24 PM »

Did you know that there are logfiles in you .amule folder?
Logged

Justin

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 47
Re: Is there a history os what we downloaded?
« Reply #2 on: October 13, 2007, 03:40:43 PM »

Did you know that there are logfiles in you .amule folder?
I just checked and I found a file named "logfile". It only gave stuff that happened today. I am really looking for a way to see what I downloaded and when fo the past month. Something I could look through ordered by date (many things to look through!)
Logged

zamb

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 16
Re: Is there a history os what we downloaded?
« Reply #3 on: October 18, 2007, 04:15:14 PM »

I don't think aMule stores the dates of the files it downloaded, so your request is hard to fulfill (but may be (and hopefully) I'm wrong).

Here's how you could see all the files that are known to aMule (run the following line in a terminal or the console assuming you're using Linux, FreeBSD/NetBSD/OpenBSD, Solaris/OpenSolaris and/or Mac OS X):
Code: [Select]
strings -n 9 ~/.aMule/known.met | uniq | less(The "strings" command is part of "binutils" so you may need to install it first.)
(Just ignore the file hashes.)

Here's another thread that may interest you:
question about history

EDIT: Ooohhh, I see you already knew about that thread, sorry for this unneeded post of mine (I didn't notice your reply in that thread as it is the last one).
« Last Edit: October 19, 2007, 01:05:14 PM by zamb »
Logged