blob: f13da078eecfb49d08e6f9d6c4bd17d506547fd9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
cfv is a utility to both test and create .sfv, .csv and md5sum files. These
files are commonly used to ensure the correct retrieval or storage of data.
Features:
- supports .sfv, .csv(2, 3, and 4 field variants) and md5sum file formats
- automatic checksum file naming ability in create mode
- recursive operation
- show unverified files option
- ignore case and fix path seperator options for cross platform use
- transparent gzip support for checksum files
- configurable renaming of bad files (with testing against previous bad
files, to save only unique differing copies)
WWW: http://cfv.sourceforge.net/
|