Hi Team,
I am working on project where SSHD mina is used, We have one requirement
where I have multiple subsystems and based on configuration it should
select. So it is working fine.
So if i use filezila, winscp,putty for SFTP command then it calls
internaly "AbstractSftpSubsystemHelper" class and its method protected void
doProcess(Buffer buffer, int length, int type, int id) throws IOException {
So far so good.
Now our requirement is once we use SCP from this filezila, winscp,putty
then also we need to call same class and same method as above for SFTP.
So is any solution for this?
Any help appreciated.
~Sandeep