Re: [VFS] Itch to implement a SFTP filesystem client using sshd

2013-06-21 Thread Gary Gregory
On Wed, Jun 19, 2013 at 3:12 AM, Julien Aymé wrote: > Hi everyone, > > I've used sshd from mina at work > (http://mina.apache.org/sshd-project/index.html), and I found the api > really attractive. > In sshd there is already a SFTP server implemented, but there is no > SFTP filesystem client suppo

Re: [VFS] Itch to implement a SFTP filesystem client using sshd

2013-06-19 Thread Julien Aymé
Hi, I forgot to mention one argument for using sshd: it behaves really nicely in multi-threaded environments. Regards, Julien 2013/6/19 Julien Aymé : > Hi everyone, > > I've used sshd from mina at work > (http://mina.apache.org/sshd-project/index.html), and I found the api > really attractive. >

[VFS] Itch to implement a SFTP filesystem client using sshd

2013-06-19 Thread Julien Aymé
Hi everyone, I've used sshd from mina at work (http://mina.apache.org/sshd-project/index.html), and I found the api really attractive. In sshd there is already a SFTP server implemented, but there is no SFTP filesystem client support. So I am willing to take up the task of (re)implementing a SFTP