Good Morning,
How do I do to obtain more details from FTPFile.lastModified()? It seems like I can't get more precision than minutes and I would like to get this information to the seconds.
The reason I want to do this is that we have a FTP server on DMZ where customers would drop there documents. One of our app server would grab these files (using edt api) to process them. However, I don't want my app server to download files customers didn't completes their upload. Thus, if currentTime-lastModified is greater than a given value, (let's say 30 seconds), we can presume the file is completely uploaded by customer and is ready to be taken by my app server. There may be other way to do that... If you know, please, let me know.
Thanks
Hugues Tremblay