[CentOS] How to know when files have finished FTPing?

Mon Nov 12 21:20:30 UTC 2007
mouss <mlist.only at free.fr>

Neil Aggarwal wrote:
> I used lsof and that is working perfectly.
> 
> I called lsof [filename]
> and checked if there was any output.
> 

I would check that it is used by the ftp daemon. Or at least, make sure
your own command don't open it at the lsof time.