I have discovered a bug in org.apache.commons.net.ftp.parser.OS400FTPEntryParser.java. The variable "private static final String DEFAULT_DATE_FORMAT" needs to be changed from "yy/MM/dd HH:mm:ss"; //01/11/09 12:30:24 to "MM/dd/yy HH:mm:ss"; //01/15/08 14:21:38 to work correctly. I have tested this on our companies AS400 and it solved a problem we were having. I am not an Apache developer and have no idea how to get this simple change into the code base. Can someone please make this fix?

Thanks,
Jim Urban


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to