Commit graph

5 commits

Author SHA1 Message Date
İ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
İsmail Yılmaz
5f2d0f4938
Ssh examples addition/update. (#114)
* reset

* reference/SshBasics: MT example with CoFor added.

* reference/SshBasics: Cosmetics.
2022-12-11 12:35:58 +01:00
oblivion
2a1961c0c3 SshBasics: SFtpFileSystemInfo example added.
git-svn-id: svn://ultimatepp.org/upp/trunk@12433 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-10-31 08:33:13 +00:00
oblivion
972f834f3c SshBasics: Multithreaded examples are added to the package.
git-svn-id: svn://ultimatepp.org/upp/trunk@12173 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-18 11:03:26 +00:00
oblivion
eb8b93826b SshBasics (a reference example set for the SSH package) is added, and SFtpGet & SshExec examples are removed.
git-svn-id: svn://ultimatepp.org/upp/trunk@12171 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-17 20:14:36 +00:00