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. |
||
|---|---|---|
| .. | ||
| Exec.cpp | ||
| ExecMT.cpp | ||
| main.cpp | ||
| PickSemantics.cpp | ||
| Polymorphism.cpp | ||
| Scp.cpp | ||
| SFtp.cpp | ||
| SFtpFileSystemInfo.cpp | ||
| SFtpMT.cpp | ||
| SFtpMT2.cpp | ||
| SFtpStream.cpp | ||
| Shell.cpp | ||
| SshBasics.h | ||
| SshBasics.upp | ||
| Tunnel.cpp | ||
| VerboseLogging.cpp | ||
| X11Shell.cpp | ||