foreign-c-libraries/retropikzel/download-file
retropikzel 62ab966b7b File-append and download-file improvements 2026-07-16 09:57:12 +03:00
..
APT_PACKAGES Improve Jenkins test structure 2026-07-03 06:39:18 +03:00
CSC_OPTIONS Add download-file library 2026-07-02 12:31:58 +03:00
LICENSE Add download-file library 2026-07-02 12:31:58 +03:00
PACKAGE_ARGS Improve Jenkins test structure 2026-07-03 06:39:18 +03:00
README.md File-append and download-file improvements 2026-07-16 09:57:12 +03:00
VERSION download-file: Limit to http or https urls only 2026-07-02 15:05:03 +03:00
test.scm download-file: Get download filename from url if not given 2026-07-02 14:50:22 +03:00

README.md

Download file using HTTP or HTTPS.

(download-file url [download-path])

URL must begin with http or https. If download path is not given file is downloaded to the current direcotory with filename from url.