Dear all, In server-side, it uses vsftpd 2.0.3 as FTP Server. In client-side, it uses common-net-1.4.1 Java package to communicate with FTP Server through Java program. Both the server and client are running Linux FC 4
In client side, I wrote a Java program to call FTPClient.listFiles() to get a list FTPFile objects for each directories/files in /Doc directory in the server and use FTPClientConfig object to configure the FTPClient as follow: serverTimeZoneId = "Asia/Hong Kong" defaultDateFormatStr = "MMM d yyyy" recentDateFormatStr = "MMM d HH:mm" If the file/directory date falls between "Feb 29 00:00" and "Feb 29 23:59", the FTPFile object is "NULL". If the file/directory date is "Feb 29 2008", the FTPFile object is created normally. Then, I download the source code of common-net-1.4.1 Java package and found that FTPTimestampParserImpl.parseTimestamp() throws ParseException. How can I solve this problem? -- Kathy Lo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
