root/Weektaken2/Weektaak3/ESB/src/hanze/ga/wt3/ftp/ESBFTP.java

361365
113
		try {
113
		try {
114
			outputStream = new ByteArrayOutputStream();
114
			outputStream = new ByteArrayOutputStream();
115
			this.ftpClient.retrieveFile(filePath, outputStream);
115
			this.ftpClient.retrieveFile(filePath, outputStream);
116
			this.ftpClient.dele(filePath);
116
			// this.ftpClient.dele(filePath);
117
		} catch (IOException e) {
117
		} catch (IOException e) {
118
			e.printStackTrace();
118
			e.printStackTrace();
119
		}
119
		}