Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Simple POC for SFTP in java. Motivation is to replace ganymed-ssh-2 which is restricted to ssh-rsa or ssh-dss for signature algorithms & key type. In particular, signatures with those algorithms are deprecated as of ssh v8.8 as well AND the SHA1 crpyto family (which includes said algorithsm) are disabled by default on RHEL operating systems.

Build Steps

javac -cp ".:lib/*" -d classes src/**/**/*.java

To Run

java -cp ".:lib/*:classes" src/com/example/Main

To Build as Jar

# This is out of date don't do this
jar cf sftp-poc.jar classes/*.class

Note that there is also an included build-and-run.sh which handles this process for you

About

POC for Java SFTP dependencies.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages