Our issue is that our project has files being downloaded using wget to the file system. We are using ruby to read the downloaded files for data.
How is it possible to tell if the file is completely downloaded so we don’t read a half complete file?
Our issue is that our project has files being downloaded using wget to the
Share
I asked a very similar question and got some good answers… in summary, use some combination of one or more of the following:
To quote Martin Cowie, ‘This is a middleware problem as old as the hills’…