Hi,
I have a database file which is located on the C drive, and I have a process which when executed takes a copy of some files I've been working on and archives them on the work LAN. This currently works fine but there is an issue I need to take care of if the LAN goes down. Ie I need to be able to check that the copy to the LAN has copied over successfully, and if it hasn't then copying it onto the C drive. I need to be able to do this safely and securely.
Is there code that checks to see if a file exists on the LAN as soon as I've copied it over?
Any advice would be greatly appreciated.
Thanks.
I have a database file which is located on the C drive, and I have a process which when executed takes a copy of some files I've been working on and archives them on the work LAN. This currently works fine but there is an issue I need to take care of if the LAN goes down. Ie I need to be able to check that the copy to the LAN has copied over successfully, and if it hasn't then copying it onto the C drive. I need to be able to do this safely and securely.
Is there code that checks to see if a file exists on the LAN as soon as I've copied it over?
Any advice would be greatly appreciated.
Thanks.