Re: [sshd] ChannelSession NPE with a subsystem command, trying to implement sftp

2009-11-17 Thread Kyle Miller
I applied that patch and I was able to login and do a ls. Thanks for the quick turn around. On Fri, Nov 13, 2009 at 11:06 AM, Guillaume Nodet gno...@gmail.com wrote: I've also worked on a *very basic* and initial support for SFTP if you want to have a look at it.

Re: [sshd] ChannelSession NPE with a subsystem command, trying to implement sftp

2009-11-13 Thread Guillaume Nodet
I've also worked on a *very basic* and initial support for SFTP if you want to have a look at it. https://issues.apache.org/jira/browse/SSHD-55 On Thu, Nov 12, 2009 at 08:42, Guillaume Nodet gno...@gmail.com wrote: Subsystems are not really supported yet. The error you see is already

[sshd] ChannelSession NPE with a subsystem command, trying to implement sftp

2009-11-11 Thread Kyle Miller
I am using mina sshd version 0.2.0. I created a simple main, and sftp command factory and command and tried to connect to my daemon with my OS X command line sftp client, and a few other graphical clients and it all ends the same way. With a NPE in the ChannelSession.doWriteData line 260. After

Re: [sshd] ChannelSession NPE with a subsystem command, trying to implement sftp

2009-11-11 Thread Guillaume Nodet
Subsystems are not really supported yet. The error you see is already reported at https://issues.apache.org/jira/browse/SSHD-48 I think. I'll fix it asap. On Wed, Nov 11, 2009 at 15:57, Kyle Miller k...@kylemiller.com wrote: I am using mina sshd version 0.2.0. I created a simple main, and sftp