Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.6k views
in Java FTP by (180 points)
I see that the lastModified is not assigned in WindowsFileParser.parse method starting from version 1.5.6. Please change
try {
     formatter.parse(fields[0] + " " + fields[1]);
}

to
try {
   lastModified =  formatter.parse(fields[0] + " " + fields[1]);
}

Please log in or register to answer this question.

Categories

...