Liking cljdoc? Tell your friends :D

cavia.downloader


ftp-download!clj

(ftp-download! url f & {:keys [auth]})

Downloads from the url via FTP and saves it to local as f.

Downloads from the url via FTP and saves it to local as f.
sourceraw docstring

http-download!clj

(http-download! url f & {:keys [auth resume]})

Downloads from the url via HTTP/HTTPS and saves it to local as f.

Downloads from the url via HTTP/HTTPS and saves it to local as f.
sourceraw docstring

sftp-download!clj

(sftp-download! url f auth)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close