Universal Data Mover Gateway 1.2.1 Release Notes

Universal Data Mover Gateway release 1.2.1.0 - March 1, 2023, contains the following high-level features.

Protocols

Backlog

Title

Description

#31793

SFTP blowfish-cbc cipher

Support for legacy blowfish-cbc cipher. Only enabled with the AllowLegacyCiphers global parameter.

#31181SFTP: Wildcard and multiple file transfersA new type of batch transfer with wildcards in the name parameter. The parent transfer lists the matching files and creates a child request for each file.
#31793SFTP: wildcard file listingA new type of batch transfer request with wildcards in the name parameter and a command flag. The transfer request only returns the lists of the matching files.
#31184Improved log for SFTP handshakeSFTP handshake parameters and negotiation results are kept: clientVersion, serverVersion, config_ciphers, config_kex, config_mac, hostkey_algo, kex_algo, write algorithms (cipher, mac, compression), read algorithms (cipher, mac, compression)
#30240Improved log for SFTP handshakeLog failed and successful authentication methods

Security

Backlog

Title

Description

#31585FTPS, FTPES: support address indirectionThe local server address can be set with an external DNS name to allow matching certificate subject and SAN values. The external name is mapped to the local IP with a configuration file.

User Experience

Backlog

Title

Description

#31851Transfer details pane

Transfer details pane: show transfer details after selection from the Transfer Activity list.

  • Tab "Transfer" with the same details as the list,
  • Tab "Info" with additional metadata, related to the actual protocol and processing history,
  • Tab "Output" with the retrieval of the transfer log file.
#31312SSH Authentication Methods Order & NegotiationNew SFTP protocol configuration pane with the ability to select KEX, cipher, and MAC algorithms with 2 list popup windows. Additionally up and down ordering allows setting the preferred order for each set of algorithms.
#31760Improved Time Constraint filterMore choices for Time Constraint filter from 4 to now 15 options.
#31700Synchronized status between UDMG Admin UI and UDMG Web TransferDelay in transfer status update between UDMG Admin UI and UDMG Web Transfer client is removed, and the file transfer progress and start date can be monitored from both sides.
#31894, #31860Prefix for internal transfer info fieldsICAP: Add udmg_icap prefix to the transfer info entries. All UDMG internal metadata are now prefixed with "udmg_".

Architecture

Backlog

Title

Description

#31182Extended log featureUDMG Server LogPath option to activate creation of dedicated log file per local server, partner, and transfer record.
#31850,
#31183
Remote log retrievalAPI and CLI command to remotely retrieves a transfer log file.