I am using the copyfile API to move large files (>1 Gb) on a network. The API works but due to network traffic and such, it can take from minutes to hours to complete.
I am wondering if there is a way of monitoring the copy process so that I can tell how far along the copy is ?

Thanks,