Skip to content

Java sFTP client usage and its associated unit tests (using Jsch lib).

Notifications You must be signed in to change notification settings

jpbriend/sftp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Java sFTP client usage and its associated unit tests (using Jsch lib).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages