Skip to content

2. Features

Gurdeep Singh (Guru) edited this page Jun 30, 2024 · 1 revision
  • PHP CLI tool, run from CLI using php command.
  • Download all hash files.
  • Download concurrent files at once using Guzzle Pool.
  • Download one hash file.
  • Download range of hash files.
  • Download multiple hash files (comma separated).
  • Download multiple hash files from a given file (comma separated). File content can be list of hash files or integers.
  • Download only updated hash using eTag.
  • Download only eTags.
  • Resume Downloads if previous download gets stuck.
  • Check for missing hash files and download missing hash files (with or without concurrency).
  • Download NTLM hash file (default is SHA-1)
  • Compress (zip) downloaded files on fly.
  • Progress Bar to show the current progress of running process.
  • Logging information of downloaded, skipped (eTag same) & errors on every run.
  • Docker image to run via docker.
Clone this wiki locally