ultimatepp/reference/SshBasics
İ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
..
Exec.cpp
ExecMT.cpp
main.cpp reference/SshBasics: Ssh polymorphism/RTTI example for the SshBasics reference example set. (#207) 2024-10-04 00:00:16 +02:00
PickSemantics.cpp
Polymorphism.cpp reference/SshBasics: Ssh polymorphism/RTTI example for the SshBasics reference example set. (#207) 2024-10-04 00:00:16 +02:00
Scp.cpp
SFtp.cpp
SFtpFileSystemInfo.cpp
SFtpMT.cpp
SFtpMT2.cpp Ssh examples addition/update. (#114) 2022-12-11 12:35:58 +01:00
SFtpStream.cpp
Shell.cpp
SshBasics.h reference/SshBasics: Ssh polymorphism/RTTI example for the SshBasics reference example set. (#207) 2024-10-04 00:00:16 +02:00
SshBasics.upp reference/SshBasics: Ssh polymorphism/RTTI example for the SshBasics reference example set. (#207) 2024-10-04 00:00:16 +02:00
Tunnel.cpp
VerboseLogging.cpp
X11Shell.cpp