Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checking for file transfer completion
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00353899
Message ID:
00353902
Views:
14
>Is there any way in VFP6.0 that you can check if a file has finished writing to a directory? We have a program that checks a directory to see if a file has been FTPed in.
>
>I am looking for a way to determine that the file has completed it’s transfer and it is now safe to move or use.

Some thoughts off the top of my head:
- try to move or rename it. If VFP throws an error it is still downloading
- get sending program to do something to indicate that the transfer is done. Something like transfer a 2nd file with the same name but with a .DNE extension so that you know the original is done.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform