Unit
ScSSHChannel
Description
TScSSHCustomChannel is an abstract class that ensures the logical connection creation via the SSH tunnel and gives an interface for data exchange. Physically a secure connection is provided by an SSH client that can be assigned to the Client property.
To exchange data, you can use ReadBuffer, ReadString and WriteBuffer, WriteString methods.
See Also