
September 10th, 2002
|
Connoisseur | | Join Date: July 4th, 2002
Posts: 274
| |
Re: MD5 Checksum, MD5 File Filter, IP Filter Ban, Upload File Filter Quote: Originally posted by Unregistered
I'd Like an MD5 Checksum computed and stored for all files in my share folder.
| LimeWire and the other gnutella servents decided to use SHA-1 instead. Quote:
I'd like files in my search list which match the checksum of an already existing file in my share to be filtered out or into a different list. 1 prefer a different list just in case.
| That's not very useful, since the cases, where to hashes are the same, are rather rare and the effect of this feature would be noticeable. Quote:
I'd like to IP mask block people from downloading files from me.
| You can. Options->Filters->Hosts Quote:
I'd like to filter out any files from a given IP mask.
| You can. Options->Filters->Hosts Quote:
I'd like to file certain files at not being uploadable without having to remove them from the share folder.
| Why would you want to do that? But anyway:
foo@bar: ~/Shared> chmod 000 file
should work. |