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.