/** Checks whether the files have to be downloaded. */
final void checkFile(final String ans) {
answerPaneSetText(Tools.getString("Dialog.Host.DrbdLinbitInst.CheckingFile"));
getHost().execCommand(new ExecCommandConfig().commandString("DrbdInst.test")
.progressBar(getProgressBar())
.execCallback(new ExecCallback() {
// TODO: exchange here done and doneError
// TODO: treat file exist differently as other
// errors.
@Override
public void done(final String answer) {