Liking cljdoc? Tell your friends :D

clj-sftp

A Clojure library designed to ... well, that part is up to you.

Usage


(with-connection [conn {:user "username" :password "password" :host "ip" :port 22}]
                 (mkdir conn "/home/oracle/dir"))

License

Copyright © 2017 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation?Edit on GitHub

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

× close