It appears that Ultracompare 6.00.1.1059 fails to detect differences in large binary files. Is this a known problem? See below for details.
I have two .iso images of SuSe linux downloaded 3 months apart using 2 different versions of Internet Download Manager (a different IDM ).
In "properties" they both claim to have the same number of characters:
However, both have different md5 checksums (this using the MS tool on DOS command line but confirmed with another):
But when I use Ultracompare...(ultraedit version 14.20.0.1033 ultracompare 6.00.1.1059) I get:
But when I use the Gnu "cmp" command under cygwin I get:
So my question: Is there anything I should know about Ultracompare (later edit - pro, not lite) (like size limits to files)?
(It seems to finish too quickly for my liking).
I have two .iso images of SuSe linux downloaded 3 months apart using 2 different versions of Internet Download Manager (a different IDM ).
In "properties" they both claim to have the same number of characters:
Code: Select all
ARay@Gromit /cygdrive/i/ray/Downloads $ ls -al ./linux/openSUSE-11.3-DVD-i586.iso
-rwxrwxrwx 1 ARay None 4346398720 Oct 22 19:15 ./linux/openSUSE-11.3-DVD-i586.iso
ARay@Gromit /cygdrive/i/ray/Downloads $ ls -al ./general/openSUSE-11.3-DVD-i586.iso
-rwxrwxrwx 1 ARay None 4346398720 Jan 4 13:10 ./general/openSUSE-11.3-DVD-i586.iso
Code: Select all
I:\Ray\Downloads\microsoft>fciv.exe "I:\Ray\Downloads\linux\openSUSE-11.3-DVD-i586.iso"
//
// File Checksum Integrity Verifier version 2.05.
//
md5> 56ee0b2ecfe7b6803e4bade99d4a5daf i:\ray\downloads\linux\opensuse-11.3-dvd-i586.iso
I:\Ray\Downloads\microsoft>fciv.exe "I:\Ray\Downloads\general\openSUSE-11.3-DVD-i586.iso"
//
// File Checksum Integrity Verifier version 2.05.
//
md5> adc4bc430e6d2ea9c0d52e47f0bbf50a i:\ray\downloads\general\opensuse-11.3-dvd-i586.iso
But when I use Ultracompare...(ultraedit version 14.20.0.1033 ultracompare 6.00.1.1059) I get:
Code: Select all
First file name: I:\Ray\Downloads\linux\openSUSE-11.3-DVD-i586.iso
Second file name: I:\Ray\Downloads\General\openSUSE-11.3-DVD-i586.iso
Summary:
```````````````````
The files are identical
Code: Select all
ARay@Gromit /cygdrive/i/ray/Downloads $ cmp ./linux/openSUSE-11.3-DVD-i586.iso ./General/openSUSE-11.3-DVD-i586.iso
./linux/openSUSE-11.3-DVD-i586.iso ./General/openSUSE-11.3-DVD-i586.iso differ: char 291805821, line 1238971
So my question: Is there anything I should know about Ultracompare (later edit - pro, not lite) (like size limits to files)?
(It seems to finish too quickly for my liking).