Hi all,
I'm using @copy to copy large files from one server to another and it usually works fine.
Occasionally it stops mid way through though and I have to start again. So I wondered if anyone knows of a way php can read my half copied file, compare it to the original and continue copying the remaining data adding it to the file so it's exactly like the original?
The files being copied are usually zips but some are video and autio files.
Many Thanks!