org/apache/commons/net/ftp/FTPFile.java - getTimestamp() method nullifies seconds and milliseconds

2006-03-06 Thread Diana Teplits
Hello. I'll appreciate your help with the following problem: My program is supposed to connect to ftp server from ftp client and get files from predefined directory. It works except one thing: FTPClient ftp = new FTPClient(); ... ... FTPFile[] filesArr = ftp.listFiles();

commons-net-1.4.1 question

2006-03-05 Thread Diana Teplits
Hello. I'll appreciate your help with the following problem: My program is supposed to connect to ftp server from ftp client and get files from predefined directory. It works except one thing: FTPClient ftp = new FTPClient(); ... ... FTPFile[] filesArr = ftp.listFiles(); F