Details
Description
Some PS-files couldn't be retrieved from ftp host (during FTPClient.listFiles("xxx")). After investigation we've noticed, that the file has an unusual large allocation info (reading
Volume Unit Referred Ext Used Recfm Lrecl BlkSz Dsorg Dsname
: : : : : : : : : :
PEZ320 3390 2017/07/03 215807 FB 29600 29600 PS 'LBP.TX.FTP.LAZAGDOM.WORK.HILF'
: : : : : : : : : :
so the values of ext and used column merged. As a result, the pattern FILE_LIST_REGEX in MVSFTPEntryParser doesn't match -> the file is ignored.
Quick Fix in Comments described ...