aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: previously download files?  (Read 2608 times)

matt me

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
previously download files?
« on: June 04, 2005, 04:04:10 PM »

if in a search one of the results i  have download before, it is highlighted green. thus amule must log my downloads. where is this log? i lost some files on another hard-drive, and i can't remember what they were. thanks matt
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: previously download files?
« Reply #1 on: June 04, 2005, 04:36:03 PM »

check .aMule/known.met

matt me

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: previously download files?
« Reply #2 on: June 04, 2005, 04:57:52 PM »

thanks. trying it, it's in no known recognise character encoding. i saw readable.rar files amongst some crazy stuff, but then it broke my shell :(

is there a command i can run to get it into smoething readalbe.

i also have known2.met
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: previously download files?
« Reply #3 on: June 04, 2005, 06:12:21 PM »

No, not really. It's a binnary file.
Logged

ken

  • Hero Member
  • *****
  • Karma: 4
  • Offline Offline
  • Posts: 825
Re: previously download files?
« Reply #4 on: June 05, 2005, 09:07:46 AM »

You can try using the strings command on that file.  Something like:

strings -10 ~/.aMule/known.met

Obviously, there will still be stuff in the output besides file names, but it should all be printable and so shouldn't mess up your shell.  I don't know how smart or stupid strings is about locales and encodings.

You might also try od or hexdump.
Logged

matt me

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: previously download files?
« Reply #5 on: June 05, 2005, 02:35:15 PM »

strings -10 ~/.aMule/known.met > downloads.txt

genius! thanks very much. fouhnd the files i wanted!
Logged