145146147148149150151152153154155
{ InputStream input; input = new FileInputStream(local); ftps.storeFile(remote, input); input.close(); } else {