http://www.perlmonks.org?node_id=292517


in reply to how to tell if a file is still being modified

What about the FTP server's log file? Isn't there something like "completed <filename>" if you raise the log level high enough?
  • Comment on Re: how to tell if a file is still being modified

Replies are listed 'Best First'.
Re^2: how to tell if a file is still being modified
by MikeKulls2 (Novice) on Oct 07, 2014 at 03:43 UTC
    Old thread but here is another suggestion. If files arrive in a certain order then process everything except the last file.