hierynomus / sshj

ssh, scp and sftp for java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

net.schmizz.sshj.sftp.SFTPException: Handle not Found when Attempting to Upload a File

MusikPolice opened this issue · comments

Hi MusikPolice,

Which SSH server are you connecting to? Can you try building the latest snapshot and using that one?

Hi Jeroen,

I tried cloning the repository and building the latest version, but got test failures in PuTTYKeyFileTest.testCorrectPassphraseDsa and PuTTYKeyFileTest.testCorrectPassphraseRsa. Both say "IO Illegal key size"

Unfortunately, my SFTP server is not public, so I can't share much information about it.

Jonathan Fritz
On the web: http://www.jonathanfritz.ca

On January 19, 2015 2:32:23 PM EST, Jeroen van Erp notifications@github.com wrote:

Hi MusikPolice,

Which SSH server are you connecting to? Can you try building the latest
snapshot and using that one?


Reply to this email directly or view it on GitHub:
#168 (comment)

Hi Jonathan,

Please download the JCE (Java Cryptography Extensions) from the Oracle site. Those tests need strong encryption to be enabled.

I meant to ask the type of ssh server (i.e. winsshd, openssh, etc), and the version 😄. No need for access to your box.

Closing this one in favour of #169