Re: Detecting EOF

2004-05-27 Thread Alan Shutko
Simon Buchanan <[EMAIL PROTECTED]> writes: > I am trying to detect that a file has stopped copying via FTP. As an > example: User sending a file via FTP (100MB), cron job to test if the file > has completed and then launch a command to do something with that file. You could just keep checking the

Detecting EOF

2004-05-27 Thread Simon Buchanan
Hi There, I am trying to detect that a file has stopped copying via FTP. As an example: User sending a file via FTP (100MB), cron job to test if the file has completed and then launch a command to do something with that file. Like a 'watch folder' type thing. How can i find out if the file has co