Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Change ID

Platforms

Component

Description

B-09713

All

UFTP

Add timestamp parameter support to message_level option

B-10365
B-12882


All

UCMD
UCTL
UEM
UFTP
USAP
UPPS

Expand the number of characters supported for password values by creating a custom parsing routine to handle them. Relaxes some rules for specifying passwords, such as permitting values that start with or contain characters traditionally used for delimiting command line options.

B-11140
B-11141

All

UFTP

Provide distinct exit codes for different situations like connection failures or authentication errors.

The follow set of exit codes are now possible:

  • General fatal error
    • Unix: 202
    • Windows, z/OS: 1002
  • Configuration error
    • Unix: 220
    • Windows, z/OS: 1020
  • Authentication error
    • Unix: 223
    • Windows, z/OS: 1023
  • Network/connectivity error
    • Unix: 224
    • Windows, z/OS: 1024

B-11148

Linux s390x

All

Update SSL/TLS support to OpenSSL 1.1.1b.

D-09913

All

UFTP

Fix handling of comma-separated lists for MGET, MPUT, and MDELETE operations

D-09177

All

UFTP

Prevent the error:

UNV0106E Invalid value for option ‘pwd’: Missing value

When a password starts with a dash (‘-‘).

D-09913

All

UFTP

Fix handling of comma-separated lists for MGET, MPUT, and MDELETE operations

D-10009

Unix

Windows

UFTP

Prevent the error:

UNV6690E ProcessDirCommand failed: (2) cURL reports quote command failed.

When the MKDIR command is used with the SFTP protocol.

D-10080

All

UFTP

Fixes a situation where not every file selected for transfer with an MGET command is transferred.

The problem presents as UFTP reporting the file being added to the remote file list, but then not being able to find the file when the transfer starts.

The problem was most often – but not exclusively -- seen when an FTP or SSH server is listening on ports other than 21 and 22, respectively.

...