@Override
protected Object doExecute() throws Exception {
ServerConnection connection = connect();
CommandInstallCAR command = new CommandInstallCAR();
BaseCommandArgs args = new BaseCommandArgs(pluginFile.trim().split("[ ]"));
command.execute(this, connection, args);
return null;
}