mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-19 06:05:31 -06:00
28 lines
445 B
Text
28 lines
445 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,
|
|
ExecMT.cpp,
|
|
"Misc. examples" readonly separator,
|
|
PickSemantics.cpp,
|
|
VerboseLogging.cpp;
|
|
|
|
mainconfig
|
|
"" = "";
|
|
|