clj-commons / clj-commons/clj-ssh

No matching method found: put for class com.jcraft.jsch.ChannelSftp

Open
#38 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Clojure
Stars
241
Forks
66
PR merge metrics
No merged PRs in 30d

Description

Hey this is my first time using this library, ive heard pretty good things about it.

I am trying to execute the following command:

`(sftp "host" :put file "/" :username "user" :password "password" :port port_no)`

but the following error gets thrown:

`No matching method found: put for class com.jcraft.jsch.ChannelSftp`

if i manually execute `sftp` from the command line and type the password all works as expected, however I can't figure out why this isn't working.

I am using version `0.5.11` hopefully its something trivial.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.