System.err.println("ftp=path to ftp config (if needed)");
System.err.println("overwrite= true or false");
System.err.println("direction=encode or direction=decode");
}
CryptoUtil cryptoUtil = new CryptoUtil(Credentials.init(new CashedUI(new MainAppConsole())));
cryptoUtil.process(c);
}
} catch (Exception e) {
new MainAppConsole().handle(e);