mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-29 14:22:25 -06:00
* reset * reference/SshBasics: MT example with CoFor added. * reference/SshBasics: Cosmetics.
29 lines
459 B
Text
29 lines
459 B
Text
description "Demonstrates the basic capabilities of SSH package.\377";
|
|
|
|
uses
|
|
Core,
|
|
Core/SSH;
|
|
|
|
file
|
|
SshBasics.h,
|
|
main.cpp,
|
|
"Core examples" readonly separator,
|
|
SFtp.cpp,
|
|
SFtpStream.cpp,
|
|
SFtpFileSystemInfo.cpp,
|
|
Exec.cpp,
|
|
Scp.cpp,
|
|
Shell.cpp,
|
|
X11Shell.cpp,
|
|
Tunnel.cpp,
|
|
"Core MT examples" readonly separator,
|
|
SFtpMT.cpp,
|
|
SFtpMT2.cpp,
|
|
ExecMT.cpp,
|
|
"Misc. examples" readonly separator,
|
|
PickSemantics.cpp,
|
|
VerboseLogging.cpp;
|
|
|
|
mainconfig
|
|
"" = "";
|
|
|