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
filesystem using sshd instead of jsch, for the following reasons:
- use our own food: sshd is hosted at apache.
- sshd code is clean and partially documented (at least more
documented than jsch code).
- I like it :)
- We are going to use it at work, since we noticed that using sshd
makes our code "faster" (not really faster, but there is less time
spent in Thread.sleep).

My questions are:
- Is there any interest in VFS for it, or should I ask the sshd guys
if there are interrested ?
- Is there a procedure for such task ?
- Is it okay to replace jsch dependency with another one ?
- annex: What are the coding conventions for VFS ?


Regards,
Julien

P.S.: Perhaps this should be shared on mina dev list as well, I don't know.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to