download_file()
extract_tar()
Download a file from a URL.
url – URL of the file to download.
folder – Path to the directory where the file will be downloaded.
filename – Optional name of the file.
Extract files from a tar file.
file_path – Path to the tar file.
extract_path – Path to the directory where the tar file will be extracted.
mode – Mode of the tar file.