Recursively test archives / hashes in a folder
Posted: 2015-03-28, 15:56 UTC
Hello,
I will try to describe the desired functionality this way:
In WinRAR's file manager, if you do "Test archived files" on a folder, it doesn't complain that the folder is not a valid archive file. Instead, it goes through the folder content recursively and tests all archives found.
Total Commander currently doesn't support it. Is it possible to add it in the next major version, both for "Test Archives" and "Verify Checksums"?
It doesn't have to be too smart, i.e. no need to analyze file header/format in order to apply a specific algorithm. It would be enough just to recognize files by extensions (zip/rar/7z etc for the archives, sfv/md5/sha/sha256 etc for checksums) and do the same as if I would have issued the command on each file separately.
I will try to describe the desired functionality this way:
In WinRAR's file manager, if you do "Test archived files" on a folder, it doesn't complain that the folder is not a valid archive file. Instead, it goes through the folder content recursively and tests all archives found.
Total Commander currently doesn't support it. Is it possible to add it in the next major version, both for "Test Archives" and "Verify Checksums"?
It doesn't have to be too smart, i.e. no need to analyze file header/format in order to apply a specific algorithm. It would be enough just to recognize files by extensions (zip/rar/7z etc for the archives, sfv/md5/sha/sha256 etc for checksums) and do the same as if I would have issued the command on each file separately.