mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
This patch aims to add a polymorphism & RTTI example to the SShBasics reference examples set. Demonstrates: - Creating three different channels (Scp, SFtp, and SshExec) in the same Ssh object array, - Identifying and converting the stored Ssh objects to the proper channels respectively and calling them.
30 lines
478 B
Text
30 lines
478 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,
|
|
Polymorphism.cpp,
|
|
VerboseLogging.cpp;
|
|
|
|
mainconfig
|
|
"" = "";
|
|
|