aspose file tools
The moose likes Distributed Java and the fly likes network dissconnection while copy file data in database Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Distributed Java
Reply locked New topic
Author

network dissconnection while copy file data in database

Anuranjan Arya
Greenhorn

Joined: Jun 10, 2009
Posts: 17
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
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.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35249
    
    7
Please do not post the same question to multiple forums: CarefullyChooseOneForum

Let's continue the discussion in this duplicate thread.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: network dissconnection while copy file data in database
 
Similar Threads
network dissconnection while copy file data in database
about networking
NX Contractor - startup mode
Two network cards on linux
Help understanding what is written to configuration file and who writes what.