edvin / fxlauncher

Auto updating launcher for JavaFX Applications
Apache License 2.0
715 stars 107 forks source link

Use a library instead of an installed scp to transfer the files to the server #59

Closed ronsmits closed 7 years ago

edvin commented 7 years ago

We should consider JSCH: http://www.jcraft.com/jsch/

ronsmits commented 7 years ago

I was thinking of https://github.com/hierynomus/sshj

edvin commented 7 years ago

That looks good, I'd be fine with either one. The most important thing is that it can pick up keys from user_home.

ronsmits commented 7 years ago

Closing this, as it is now done in the maven plugin