Liking cljdoc? Tell your friends :D

e85th.commons.net.ftp

usage: (def client (connect "ftp.sec.gov" "anonymous" "anonymous")) (get client "edgar/full-index/company.gz" "company.gz" binary) (disconnect client)

usage:
(def client (connect "ftp.sec.gov" "anonymous" "anonymous"))
(get client "edgar/full-index/company.gz" "company.gz" binary)
(disconnect client) 
raw docstring

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

× close