Skip to main content

Module download

Module download 

Source
Expand description

File download utilities with progress reporting. File download utilities with progress reporting for the Lua environment.

This module provides functions to download files from URLs, including support for progress bars and hash verification of downloaded files.

Functionsยง

add_download_util
Registers the UTILS.DOWNLOAD function in the Lua environment.
download_with_progress
Downloads a file from the given URL to the destination path with a progress bar.