why don't you use this line here:

boolean done = ftpClient.storeFile(RemoteFile, inputStream);
inputStream.close();
if (done) {
System.out.println("The...