ultimatepp/reference/SshBasics/SshBasics.upp
İsmail Yılmaz a3f8c79a19
reference/SshBasics: Ssh polymorphism/RTTI example for the SshBasics reference example set. (#207)
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.
2024-10-04 00:00:16 +02:00

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
"" = "";