Liking cljdoc? Tell your friends :D

uio.fs.sftp


->session+channelclj

(->session+channel url)
source

-lsclj

(-ls c uid->name gid->name url recurse? attrs?)
source

default-timeout-msclj

source

exec->sclj

(exec->s s line)
source

f->kvclj

(f->kv c uid->name gid->name file-url attrs? f)
source

passwd->id->nameclj

(passwd->id->name s)
source

reformat-private-key-if-neededclj

(reformat-private-key-if-needed s)

JSch expects a private key with new-line characters as described in RFC-4716. However, it's usefull to pass private keys around as a single-line string where new-lines are replaced with space. This fn will convert a single-line private key back to multi-line format and make JSch happy.

JSch expects a private key with new-line characters as described in RFC-4716.
However, it's usefull to pass private keys around as a single-line string where new-lines are replaced with space.
This fn will convert a single-line private key back to multi-line format and make JSch happy.
sourceraw docstring

with-channelclj

(with-channel url c->x)
source

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

× close