Difference between revisions of "Ant"
From MyWiki
Line 7: | Line 7: | ||
java unix time http://zetcode.com/java/unixtime/ | java unix time http://zetcode.com/java/unixtime/ | ||
https://mkyong.com/java/how-to-get-the-file-last-modified-date-in-java/# | https://mkyong.com/java/how-to-get-the-file-last-modified-date-in-java/# | ||
+ | Update the timestamp of a file - https://www.codota.com/code/java/methods/java.io.File/setLastModified |
Revision as of 16:05, 29 January 2020
Source for build.xml Source for the ftp download client https://www.codejava.net/java-se/ftp/java-ftp-list-files-and-directories-example https://commons.apache.org/proper/commons-net/apidocs/org/apache/commons/net/ftp/FTPClient.html https://www.codejava.net/java-se/ftp/java-ftp-example-get-details-of-a-file-or-directory-on-server https://www.geeksforgeeks.org/date-gettime-method-in-java-with-examples/ (Convert calendar to date) java unix time http://zetcode.com/java/unixtime/ https://mkyong.com/java/how-to-get-the-file-last-modified-date-in-java/# Update the timestamp of a file - https://www.codota.com/code/java/methods/java.io.File/setLastModified