[PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina

2008-11-13 Thread Guillaume Nodet
A few weeks ago, I've started a small project at googlecode to implement an SSH server in Java based on Mina. You'll find some background at http://gnodet.blogspot.com/ The project is still in its early stage and require a lot more work to be fully usable, but I've been doing some tests and the ba

Re: [PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina

2008-11-13 Thread Emmanuel Lecharny
Guillaume Nodet wrote: A few weeks ago, I've started a small project at googlecode to implement an SSH server in Java based on Mina. You'll find some background at http://gnodet.blogspot.com/ The project is still in its early stage and require a lot more work to be fully usable, but I've been do

Re: [PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina

2008-11-13 Thread Steve Luebbe
I think it's a great idea. Ideally I would like the ftpserver to offer FTP, FTP with SSL and FTP with SSH all in one product. Even if they can't be bundled together it would be nice if they are both built off of same framework. I'm not sure how long it would take to get a production ready pr

Re: [PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina

2008-11-13 Thread Julien Vermillard
On Thu, 13 Nov 2008 15:07:43 +0100 "Guillaume Nodet" <[EMAIL PROTECTED]> wrote: > A few weeks ago, I've started a small project at googlecode to > implement an SSH server in Java based on Mina. > You'll find some background at http://gnodet.blogspot.com/ > > The project is still in its early stag

Re: [PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina

2008-11-13 Thread Mark Webb
+1 On Thu, Nov 13, 2008 at 9:35 AM, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > Guillaume Nodet wrote: >> >> A few weeks ago, I've started a small project at googlecode to >> implement an SSH server in Java based on Mina. >> You'll find some background at http://gnodet.blogspot.com/ >> >> The

Re: [PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina

2008-11-13 Thread Niklas Gustavsson
On Thu, Nov 13, 2008 at 3:07 PM, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > My thinking is that it would be a good candidate to become a > subproject of Mina (along with ftpserver and asyncweb), so i'm > starting this discussion to gauge the interest of the MINA TLP to host > such a subproject.

Re: [PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina

2008-11-13 Thread David Latorre
2008/11/13 Guillaume Nodet <[EMAIL PROTECTED]> > A few weeks ago, I've started a small project at googlecode to > implement an SSH server in Java based on Mina. > You'll find some background at http://gnodet.blogspot.com/ > > The project is still in its early stage and require a lot more work to >

Re: [PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina

2008-11-13 Thread Guillaume Nodet
Actually, sftp is started by receiving a subsystem request with "sftp" as the subsystem name. So I think it would be in ChannelSession#handleSubsystem() On Thu, Nov 13, 2008 at 8:51 PM, David Latorre <[EMAIL PROTECTED]> wrote: > 2008/11/13 Guillaume Nodet <[EMAIL PROTECTED]> > >> A few weeks ago,

Re: [PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina

2008-11-13 Thread David Latorre
2008/11/13 Guillaume Nodet <[EMAIL PROTECTED]> > Actually, sftp is started by receiving a subsystem request with "sftp" > as the subsystem name. > So I think it would be in ChannelSession#handleSubsystem() > Oh cool. So who can vote here anyway? anyone ? Then it's definitely a +1. We are prett

Re: [PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina

2008-11-13 Thread Emmanuel Lecharny
David Latorre wrote: 2008/11/13 Guillaume Nodet <[EMAIL PROTECTED]> Actually, sftp is started by receiving a subsystem request with "sftp" as the subsystem name. So I think it would be in ChannelSession#handleSubsystem() Oh cool. So who can vote here anyway? anyone ? Then it's defi

Re: [PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina

2008-11-14 Thread Ashish
Well, I am happy too :-) +1 I hope people contribute Protocol Codec's as well, so that lazy people like me can easily build some applications On Fri, Nov 14, 2008 at 5:35 AM, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > David Latorre wrote: >> >> 2008/11/13 Guillaume Nodet <[EMAIL PROTECTED]>

Re: [PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina

2008-11-19 Thread Guillaume Nodet
I guess the next step is to start a formal vote about that, right ? As I've been the only committer on the project, I don't think a software grant would be needed for that. On Thu, Nov 13, 2008 at 3:07 PM, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > A few weeks ago, I've started a small project a

Re: [PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina

2008-11-19 Thread Jeff Genender
Great idea...great code! On Nov 19, 2008, at 4:27 AM, Guillaume Nodet wrote: I guess the next step is to start a formal vote about that, right ? As I've been the only committer on the project, I don't think a software grant would be needed for that. On Thu, Nov 13, 2008 at 3:07 PM, Guillaume N

RE: [PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina no---signature

2008-11-13 Thread Steve Ulrich
> Emmanuel Lecharny [mailto:[EMAIL PROTECTED] wrote > > Guillaume Nodet wrote: > > A few weeks ago, I've started a small project at googlecode to > > implement an SSH server in Java based on Mina. > > You'll find some background at http://gnodet.blogspot.com/ > > > > The project is still in its e