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

2009-11-17 Thread Kyle Miller
pache.org/jira/browse/SSHD-55 > > > On Thu, Nov 12, 2009 at 08:42, Guillaume Nodet wrote: > > 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. >

[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