The FtpFile#getLastModified() method returns a long, why not a java.util.Date?

public interface FtpFile {

   /**
    * Get last modified time.
    */
   long getLastModified();
}

The behavior is not specified in the case the file does not exists.

--
Andrea Francia
http://andreafrancia.blogspot.com/2008/07/colinux-linux-dentro-windows.html

Reply via email to