aMule Forum
English => aMule Help => Topic started by: ampau on March 20, 2015, 01:11:42 PM
-
Hi,
is there a way to read the file canceled.met or to convert it to readable form?
Or is there at least a description of its structure somewhere?
I found a tool to read know.met, but no tool for canceled.met..
thanks
paul
-
I just had a look at the source code.
seems that canceled.met contains only hash values but no other infomation about files.
Is that correct?
-
Not an expert but looking at the code it seems that the files contains just:
- first byte containing the VERSION of the file
- number of stored hashes
- hashes
Bye,
Mr Hyde
-
You all are right.
- Added new wiki page describing canceled.met (http://wiki.amule.org/wiki/Canceled.met_file)
- As of revision 10869 (http://repo.or.cz/w/amule.git/commit/10476b6585ddb4b715b405a5b069178b6767b279) the fileview tool supports canceled.met too.