Skip to content

Latest commit

 

History

History
78 lines (43 loc) · 1.19 KB

readme.md

File metadata and controls

78 lines (43 loc) · 1.19 KB

galangal

galangal is a modern sftp-client based on jsch.

Documentation

Browse the Javadoc of the latest version. ('galangal' is well documented there.)

Installation

<dependency>
    <groupId>net.thk-systems.network</groupId>
    <artifactId>galangal</artifactId>
    <version>1.4.3</version>
</dependency>

You can browse maven-central to download the jar or another versions.

Changelog

1.4.4

  • Updated parent pom and maven dependencies, because of CVE-2021-37533

1.4.3

  • Updated parent pom and maven dependencies

1.4.2

  • Updated parent pom and maven dependencies

1.4.1

  • Updated parent pom and maven dependencies

1.4.0

  • Updated parent pom and maven dependencies

1.3.0

  • Updated parent pom and maven dependencies

1.2.0

  • Updated parent pom

1.1.2

  • Optimized logging
  • Bugfixes

1.1.1

  • Optimized logging
  • Bugfixes

1.1.0

  • Updated dependencies
  • Moved to GitHub

1.0.2

  • Updated dependencies

1.0.1

  • Optimized logging

1.0.0

  • Initial release