Beau
New member
- Joined
- Oct 3, 2021
- Messages
- 4
- Programming Experience
- Beginner
Hi there! I've developed a program that compares byte sizes of files (FTP vs Client). It then tells them what needs updating and allows them to update said files. However some of the files have minor differences (e.g. "Version 1.2" vs "Version 1.3") and when comparing the amount of bytes, it is recognised as the same and therefore thinks the files are equal. How would you recommend comparing the files over FTP more accurately without having to download all of the bytes to the client's machine to compare the files. Thanks in advance!