property Direct: Boolean; default False;
Description
It Direct is True, the direct connection to the specified DestHost and DestPort will be created.
Otherwise the component will forward data from one machine to another through an encrypted SSH channel. In this case the component is listening the SourcePort on the local or remote host (depending on the Remote property) and forwards the received data to specified DestHost and DestPort.
See Also