SSHD filesystem factory migration from 0.8.0 to 1.3.0

2016-10-28 Thread Francesco Caliumi - Diennea
Hi everyone, I have implemented a sftp server using the SftpSubystem with 0.8.0 version. Now I started to adapt my code for the latest 1.3.0 version, but the code has changed considerably. Has anyone made a porting from the old before-Java7 filesystem structure to the new one or there is nothing

SshD Server->Client KeepAlive

2016-12-02 Thread Francesco Caliumi - Diennea
Hi all, I was wondering if there is a way to tell Apache SSHD server to send periodically a "keep alive request" to reset client timeout counter. I searched for it in sources but I didn't found anything of "proactive" server side (only the handling of SSH_MSG_GLOBAL_REQUEST in response to client