network dissconnection while copy file data in database
Anuranjan Arya
Greenhorn
Joined: Jun 10, 2009
Posts: 17
posted
0
HI,
I want to copy a file from FTP server and later i want to copy the content of the file in the database which is there on another server.
During these processes if there is any kind of network failure HOW can i find out and handle these kind of situations?
Need advice.
thanks you
Joel McNary
Bartender
Joined: Aug 20, 2001
Posts: 1815
posted
0
If there is a network disconnect during the copy operation, there typically will be an I/O error thrown; make sure that your code that does the copying properly handles the I/O error.
For subtler errors, probably the best thing would be to get the checksum of the file before copying and again after copying; if the checksums don't match, an error occurred in the copy process.
Piscis Babelis est parvus, flavus, et hiridicus, et est probabiliter insolitissima raritas in toto mundo.