How can I compare two jpeg encoding and other inormations
- by Subhen
We have created a Driver programe which connect to a remote host using FTP and mount the remote host as a network drive.
So when I try to copy some data it copies using FTP retrieve request and then paste it to the destination.
The copy paste works fine as we can see the source file size and destination size are same. But while we try to open the .jpg file that is being copied , says no preview.
I suspect there must be some bytes that is being corrupted while we try to copy and paste. Is there any tools so that I can compare both source and destination to get the differences.