OK, I will try this solution about RESUME and APPEND.
But I have another question.
Once I try to write my RETRY CODE like this
inputStream.skip(ftp.size(fileName));
oOutput = new FTPOutputStream(ftp,fileName,true);
And the file on the server seem to correct.
Is my solution correct really?
if I use "oOutput = new FTPOutputStream(ftp,fileName,true);" before
I must use "inputStream.skip(ftp.size(fileName));" first?
Sorry, my English is bad.
Thanks your help!!
JERRY