This project is a small project containing :
- a client SFTP class using Jsch library.
- a unit test class for the previous one embedding a Java sftp server (Mina SSHD).
- a mini sftpserver (miniSFTPserver.exe) for use when developing.
See SftpClientTest class to find how to embed a sftp server in your unit tests.
Complete the SftpClient class with identity Key authorization.