Download List

Descripción del Proyecto

hashl creates a database with partial file hashes. It is useful for checking if you already have a copy of files before transferring them over a slow network. It does this by hashing only the first few MiB of every file. This gives it a huge speed advantage at the cost of possible (though pretty improbable) false positives.

System Requirements

System requirement is not defined
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-05-09 23:42 Back to release list
0.1

Esta es la primera versión. Usted puede crear y actualizar una base de datos más de los archivos de un directorio, copie la base de datos y usar para comprobar si los archivos de otros (incluso en otros sistemas) están en él o no. También puede marcar los archivos como ignorado, lo que significa que siempre será conocido por HASHI, incluso si usted los quita del sistema de archivos. Esto es útil para evitar volver a descargar archivos conocidos mal.
This is the first release. You can create and later update a database of files below a directory, copy that database around and use it to check if other files (maybe even on other systems) are in it or not. You can also mark files as ignored, meaning they will always be known to hashl, even if you remove them from the filesystem. This is handy to avoid re-downloading known bad files.

Project Resources