How to verify a file using md5sum
If you do not already have the md5sum.exe file, just obtain it when you download from anonymous ftp
ftp://ftp.cownap.com/tools/md5sum.exe . (md5sum comes standard on most linux distributions - but for the most part that's not us).
You can copy it to one of two places. Either to the c:\windows\system32 directory, or to the same folder you downloaded your files to. The advantage of copying it to c:\windows\system32 is that you can then run it from anywhere on your computer - which is a real headache saver if you need to use it more than once.
md5sum must be run from a command prompt. The reason for this is that you must include the name of the file you want to check. Not a big deal, but just double clicking does not give you a chance to say which file you're checking. So the prompt window must be open.
So, open a command prompt and move to the folder where you downloaded the file. In my example, I began at c: but the file was in J:\usr so first I type
J: in order to change to the J drive, then I type
cd usr to move into the usr directory. You, of course, will adjust what you type in order to get to your file. Then just type mdsum (you don't need to include the exe part) and the name of the file you want to verify. For example
md5sum Trucks.iso. The program will take a moment to check the file and when it's done it will display a long number. That number should match the one in the txt file you find in the anonymous ftp directory.
<center><img src="http://mtm2.com/~forum/images/md5sumcommandprompt.gif" width="463" height="331"></center>
<center><img src="http://mtm2.com/~forum/images/md5sumtextfile.gif" width="519" height="364"></center>
If it matches, you're good to go and may feel confident using it or burning it to cd/dvd.
If it does not match, then your file has not downloaded properly. Yes, it's true, a mistake could have happened when the md5sum.txt file was created (stranger things have been known to happen), but it's highly unlikely. If you try to download and consistently get a mismatch in the md5sum values, AND the file does behave as expected, then let me know and I will double check or regenerate the txt file on the server.
Note 1. One reason for a bad download might be if I update the file in the middle of your download.
Note 2. md5sum can work on any type of file. For example, the iso files available through anonymous ftp, as well as the large rar file on the fonts page.
If the command prompt is not your thing, then there is a gui version available at the link below. Note however, that I have never tried it. If you do, then by all means come back and let us know about what you find.
http://www.md5summer.org/