You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by machhindra nale <ma...@gmail.com> on 2010/09/02 11:32:34 UTC

SFTP apis

Hello,

I am working on a college project which requires SSHD server and client
implementation.

I used FTPLET apis to embed the FTP server in my application. By using
events I could capture the events to control/customize the FTP Server.

e.g*

public* FtpletResult beforeCommand(FtpSession session, FtpRequest request)

*public* FtpletResult onConnect(FtpSession session) *throws* FtpException,
Now I want to support SFTP server as well. I could not find documentation of
SFTP anywhere.

Are there any APIS to control SFTP as FTPLET apis?  Please give me a sample.

Thanks you very much for excellent SSHD implementation.

thanks,
Mac