try {
// start the download
DownloadTaskDHT task = new DownloadTaskDHT(metaChunks, destination, metaFile.getChunkKey()
.getPrivate());
session.getDownloadManager().submit(task);
task.join();
} catch (InterruptedException e) {
throw new ProcessExecutionException(e.getMessage());
}
}