Hello Dev,

I am working on a project which requires FTP service. I used Mina-FTPServer
and FTPLET apis to handle the FTP client request and customize the behavior.

e.g -
  public FtpletResult beforeCommand(FtpSession session, FtpRequest request)
  public FtpletResult onConnect(FtpSession session) *throws* FtpException,

Now I want to do the same with the SFTP server as well. I need to use SFTP
subsystem in the similar fashion, so that I can provide my custom
authentication, custom behavior, house keeping when I receive GET, PUT
commands etc.

Is it possible with the Apache Mina SSHD
0.4.0?<http://mina.apache.org/sshd/2010/05/14/apache-mina-sshd-040-released.html>

Please let me know when SFTP v4, v5 support will be available. Depending on
the answers I will make recommendation to my organization.

thanks,
Machhindra

Reply via email to