I get files coming in via FTP to a directory.
I have a another application watching the above directory and needs to work on the file in the directory. The problem is the FTP can take a few minutes to complete and trying to determine when this operation is completed so i can work on the file.
I have no control on the company sending the files via FTP.
This is an exact duplicate
http://stackoverflow.com/questions/30074/monitoring-files-how-to-know-when-a-file-is-complete
