Thierry
Can somebody tell me how i can check that a file is fully uploaded before i download it.
My problem is that i download all the existing files on the ftp serve every 10 minutes
and then i delete the file on the ftp serve.
When somebody is still uploading with a slower connexxion , i receive a corrupt file.
I found a solution by first renaming the file, and if succesful i rename it again to the old name
But it's not a pretty way to do this
My problem is that i download all the existing files on the ftp serve every 10 minutes
and then i delete the file on the ftp serve.
When somebody is still uploading with a slower connexxion , i receive a corrupt file.
I found a solution by first renaming the file, and if succesful i rename it again to the old name
But it's not a pretty way to do this