...Tune the connection count per download or globally.
- Pause / resume— pause any download and pick it back up exactly where it left off, byte-for-byte (works on any server that supports HTTP byte ranges).
- Crash-safe resume— Velox writes your progress to disk every few seconds with atomic writes, so an app crash, power loss, or reboot never costs you your progress. In-progress downloads are auto-resumed on launch.
- Download history — every download is recorded in a local SQLite database...