104105106107108109110111112113114115116117
for (int i = 0; i < lines.length; i++) { try { FtpFileInfo fileInfo = new FtpFileInfoImpl(); if (!"".equals(lines[i])) { fileInfo.parseDir(lines[i], systemType); files.add(fileInfo); } } catch (Exception exc) {