Displaying 1 result from an estimated 1 matches for "0ed6e5fd".
2007 Nov 11
4
How to know when files have finished FTPing?
Hello:
I have a server set up a CentOS 5 server for a client
to push files onto using FTP.
I have a cron job to process the files and
move them to another directory.
Sometimes, the cron job executes while the client
is still uploading a file (Some of them can be large)
and I get a partial file.
Is there a way to tell when a file has finished
uploading?
I am using the vsftpd daemon installed