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
