Liking cljdoc? Tell your friends :D

miner.ftp


client-cdclj

(client-cd client dir)
source

client-deleteclj

(client-delete client fname)
source

client-getclj

(client-get client fname)
(client-get client fname local-name)

Get a file (must be within a with-ftp)

Get a file (must be within a with-ftp)
sourceraw docstring

client-list-allclj

(client-list-all client)
source

client-list-directoriesclj

(client-list-directories client)
source

client-list-filesclj

(client-list-files client)
source

client-mkdirclj

(client-mkdir client subdir)
source

client-mkdirsclj

(client-mkdirs client subpath)
source

client-putclj

(client-put client fname)
(client-put client fname remote)

Put a file (must be within a with-ftp)

Put a file (must be within a with-ftp)
sourceraw docstring

client-pwdclj

(client-pwd client)
source

client-renameclj

(client-rename client from to)
source

list-allclj

(list-all url)
source

list-directoriesclj

(list-directories url)
source

list-filesclj

(list-files url)
source

openclj

(open url)
source

rename-fileclj

(rename-file url from to)
source

retrieve-fileclj

(retrieve-file url fname)
(retrieve-file url fname local-file)
source

with-ftpcljmacro

(with-ftp [client url & extra-bindings] & body)
source

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

× close