Downloadliste

Projektbeschreibung

Fast File Validator (FFV) is a program for
verifying files against a checksum file and for
creating such checksum files. FFV supports both
SFV files (which use the CRC32 algorithm) and MD5
files. "Checksum" is meant in the generic sense
here. Technically, neither CRC32 nor MD5 is really
a checksum.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-11-21 10:22
0.47

Sie können nun angeben, ein Verzeichnis zu überprüfen auf der Befehlszeile (für alle überprüfen.SFV und.MD5-Dateien in diesem Verzeichnis). Die Testsuite erfordert nicht mehr Inline::C; nur Perl. Die POSIX-Version kann jetzt kompiliert werden, auch wenn Ihr System limits.h PATH_MAX definiert.
You can now specify a directory to verify on the command line (to check all .SFV and .MD5 files in that directory). The test suite no longer requires Inline::C; just Perl. The POSIX version can now be compiled even if your system’s limits.h doesn’t define PATH_MAX.

2007-01-28 04:09
0.46

Der Exit-Status spiegelt nun die Ergebnisse verglichen.
Tags: Minor feature enhancements
The exit status now reflects the comparison
results.

2006-10-10 18:41
0.45

Die neue "- relative" Option weist FFV für die Dateien relativ zum checksum-Datei zu suchen. Dies ist nützlich, wenn die Prüfsummen-Datei mit den Dateien gespeichert wird entlang kontrolliert werden können, und Sie möchten mehrere Prüfsummen-Dateien in verschiedenen Verzeichnissen zu validieren.
Tags: Minor feature enhancements
The new "--relative" option tells FFV to look for the files
relative to the checksum file. This is useful when the
checksum file is stored along with the files to be checked,
and you want to validate several checksum files in different
directories.

2006-08-31 18:08
0.44

Die wichtigste Änderung in dieser Version ist der Zusatz von ein Testpaket. Die - allow-Fehler Option ist jetzt auf POSIX-Systemen implementiert.
Tags: Minor feature enhancements
The main change in this version is the addition of a test suite. The --allow-errors option is now implemented on POSIX systems.

2006-08-20 09:28
0.43

Diese Version verbessert die Unterstützung für Systeme, die nicht mit der GNU libc (wie Solaris).
Tags: Initial freshmeat announcement
This release improves support for systems that
don't use GNU libc (like Solaris).

Project Resources