Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 530 Bytes

README.textile

File metadata and controls

12 lines (8 loc) · 530 Bytes

sftp-example

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.

TODO

Complete the SftpClient class with identity Key authorization.