Page 1 of 1

Does FarManager copy with checksum verification?

Posted: Thu 05 Jan, 2017 23:58
by jack_bridges
I was wondering if a there is a way to copy and vertify that the copy was identical by doing preferably the fastest implementation of a recursive checksum across the 2 directories. At the moment I am doing a md5deep on both directories, matching md5s on the destination to the set of md5s on the source. This technically isn't even an logically correct implementation of verification. I suppose I could do something like a rsync dry-run.

In anycase, does FarManager at the moment support this functionality.

Does FarManager copy with checksum verification?

Posted: Fri 06 Jan, 2017 15:32
by Shmuel
jack_bridges wrote: In anycase, does FarManager at the moment support this functionality
No, it does not.
You can create a wish ticket on the bug tracker (but IMHO the chances for adding this feature are not very high).

Does FarManager copy with checksum verification?

Posted: Sat 07 Jan, 2017 14:20
by Grygus
Maybe try 3rd party copy/move software, I personally use TeraCopy and I am happy with its verification.