10101011101210131014101510161017101810191020
throw new BuildException("error during FTP transfer: " + ex); } finally { if (ftp != null && ftp.isConnected()) { try { log("disconnecting", Project.MSG_VERBOSE); ftp.logout(); ftp.disconnect(); } catch (IOException ex) { // ignore it } }
981982983984985986987988989990991