haegar9766 opened a new pull request, #182:
URL: https://github.com/apache/commons-net/pull/182

   Current MVSFTPEntryParser code doesn't support all possible datasets because 
some RECFM options (e.g. "FBA") are not listet in "static final String 
FILE_LIST_REGEX" (see also Jira-Ticket 
[NET-725](https://issues.apache.org/jira/browse/NET-725)). This PR should fix 
this problem. 
   
   - RECFM (record format) of an MVS dataset is not a relevant information 
about a dataset. Therefore it should be ignored in definition of "static final 
String FILE_LIST_REGEX".
   - Method "parseFileList(final String entry)" should also migrated and 
archived datasets.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to