OK, here is what seems to be working.
I did some reading and noticed that closing the output stream was an op
that was pretty close to the hardware.
So, when cleaning up, do the following:
fileOutStream.flush();
srcChannel.close ( ) ;
dstChannel.close ( ) ;
fileOutStream.close();
Anyway, this seems to be working for now. :-)
Jim C.
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]