mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
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:
parent
2680211aa5
commit
76f1f988f0
1 changed files with 3 additions and 0 deletions
|
|
@ -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));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue