Skip to content

Releases: UNICORE-EU/uftp-javaclient

UFTP Client 1.9.2

22 Jul 14:03
Compare
Choose a tag to compare

UFTP Client 1.9.2

The 'uftp' application is a full-featured client for UFTP file transfer system. It requires Java 11+.

Please have a look at the documentation.

What's new?

  • fix: 'cp': don't try to set modification time without "--preserve" option
  • fix: only warn if setting modification time fails
  • fix: remove unneeded slf4j jars from release
  • minor 3rd party library updates

UFTP Client 1.9.1

14 May 09:35
Compare
Choose a tag to compare

UFTP Client 1.9.1

The 'uftp' application is a full-featured client for UFTP file transfer system. It requires Java 11+.

Please have a look at the documentation.

What's new?

  • fix: 'ls': change modification date format to resemble Unix 'ls -l'
  • fix: 'ls -H' option was triggering help output, and did not work as advertised
  • fix: 'cp' upload to default directory ("https://...:") was not working correctly

UFTP Client 1.9.0

06 Mar 15:06
Compare
Choose a tag to compare

UFTP Client 1.9.0

The 'uftp' application is a full-featured client for UFTP file transfer system. It requires Java 11+.

Please have a look at the documentation.

What's new?

  • new feature: 'issue-token' command for getting a JWT authentication token from the Auth server (requires Auth server v2.9.0)
  • new feature: additional option of AES encryption (to enable, set environment variable UFTP_ENCRYPTION_ALGORITHM="AES")
  • improvement: first try to get a required password from environment (UFTP_PASSWORD) before asking interactively
  • improvement: use new encryption key for every new session
  • improvement: add missing transfer options (multi-stream, encrypt, compress) to 'rcp'
  • improvement: command help output now groups the available options for better readability
  • fix: missing library caused oidc-agent authentication to fail

UFTP Client 1.8.2

09 Jan 09:26
Compare
Choose a tag to compare

IMPORTANT Bug fix for the 1.8.x clients:
1.8.0 and 1.8.1 do not correctly download files when using multiple thread / chunks, only a single chunk will be written.
Please update to 1.8.2!

(Clients prior to 1.8.0 are NOT affected by this bug)

UFTP Client 1.8.1

20 Dec 13:10
Compare
Choose a tag to compare

This is a maintenance release with fixes two minor issues:

  • fix: missing library led to harmless but annoying warning messages related to "SLF4J"
  • improvement: use maximum key length of 56 bytes for the optional data encryption

UFTP Client 1.8.0

06 Nov 10:01
Compare
Choose a tag to compare

This is mostly a maintenance release with many internal changes and only a few "cosmetic" user-level changes:

  • new feature: 'info' shows rate limit, session limit and reservations, if they exist
  • 'cp': more verbose output for chunked operations (with "-v")
  • 'cp': new option "-D" to switch on display of transfer performance
  • fix: 'rm': use RMD command to delete a directory
  • internal code refactoring and clean-up