I am trying a GET from ant but the problem if I invoke it twice, the file is downloaded twice, it should download only once because I have set the usetimestamp to true, what could be the issue?
This is the ant get command I am using:
<get src="..." dest="..." verbose="true" usetimestamp="true" />
This is part of the log that I got:
[get] last modified = Wed May 17 10:51:19 EEST 2017