reference: SshBasics example updated, reflectiong the new helper functions for SshExec class

git-svn-id: svn://ultimatepp.org/upp/trunk@14074 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
oblivion 2020-02-24 13:37:18 +00:00
parent 2680211aa5
commit 76f1f988f0

View file

@ -17,4 +17,7 @@ void ExecListDir(SshSession& session)
return;
}
LOG(exec.GetErrorDesc());
// Or you can use one of the helper functions instead:
// LOG("Stdout:\n" << SshExecute(session, cmdline));
}