C'est parti !
Premier code pour la vérification du md5 en python.
Utilisation :
python3 md5sum.py fichier.md5
pour le test en masse :
find $UPLOAD_DIR -name "*.md5" -exec python3 md5sum.py {} \;
Voici la documentation : https://geoplateforme.pages.gpf-tech.ign.fr/documentation
C'est parti !
Premier code pour la vérification du md5 en python.
Utilisation :
python3 md5sum.py fichier.md5
pour le test en masse :
find $UPLOAD_DIR -name "*.md5" -exec python3 md5sum.py {} \;