| Special implementation VMSFTPEntryParser with versioning turned on.
This parser removes all duplicates and only leaves the version with the highest
version number for each filename.
This is a sample of VMS LIST output
"1-JUN.LIS;1 9/9 2-JUN-1998 07:32:04 [GROUP,OWNER] (RWED,RWED,RWED,RE)",
"1-JUN.LIS;2 9/9 2-JUN-1998 07:32:04 [GROUP,OWNER] (RWED,RWED,RWED,RE)",
"DATA.DIR;1 1/9 2-JUN-1998 07:32:04 [GROUP,OWNER] (RWED,RWED,RWED,RE)",
author: Winston Ojeda author: Stephane ESTE-GRACIAS version: $Id: VMSVersioningFTPEntryParser.java 155429 2005-02-26 13:13:04Z dirkv $ See Also: org.apache.commons.net.ftp.FTPFileEntryParser See Also: FTPFileEntryParser (for usage instructions) |