Re: Extending sshd to support streaming files from a file repository

2015-12-18 Thread rockyfm
Thank you. Appreciate your input. > On Dec 18, 2015, at 3:27 AM, ukslim [via Apache MINA] > wrote: > > I've achieved this -- sorry I can't provide code because it was proprietary > code at a previous job. > > However, as Guillaume says, write whatever Filesystem, File and > FileSystemFacto

[ANNOUNCE] Apache MINA 2.0.10 released

2015-12-18 Thread Emmanuel Lecharny
The Apache MINA project is pleased to announce MINA 2.0.10 ! This version is a bug fix release. Apache MINA is a network application framework which helps users develop high performance and high scalability network applications easily by providing an abstract, event-driven, asynchronous API over v

Re: Extending sshd to support streaming files from a file repository

2015-12-18 Thread John Hartnup
I've achieved this -- sorry I can't provide code because it was proprietary code at a previous job. However, as Guillaume says, write whatever Filesystem, File and FileSystemFactory classes you need, and inject the FileSystemFactory into your server. Typically you'd do this in the Spring config. N

Re: Extending sshd to support streaming files from a file repository

2015-12-18 Thread Guillaume Nodet
I'm not sure to understand. You want your client to use the SSH / SFTP protocol to connect to the server, and then, the server would call a web service to actually query the file system over the web service, right ? If you don't want your client to directly use the custom FileSystemProvider, and f