foxes.utils.download¶ Functions¶ download_file(→ int) Download a file from a URL with resume capability. Module Contents¶ foxes.utils.download.download_file(url: str, out_path: str | pathlib.Path, verbosity: int = 1) → int[source]¶ Download a file from a URL with resume capability. Parameters:¶ urlThe URL to download from out_pathPath to the output file verbosityThe verbosity level, 0 = silent Returns:¶ scsSuccess indicator. 0 = File already there, 1 = Success, -1 = Failure