Page 1 of 1

Access Socket Handle to SSHChannel

Posted: Thu 07 Oct 2021 17:41
by MRoth
Hello,

Is it possible to get access to the socket handle to the SSHChannel connection.

We need to pass this to a ZModem protocol to extract files from the SSHServer.

Thank you.

Re: Access Socket Handle to SSHChannel

Posted: Wed 20 Oct 2021 12:20
by YanishevskiyVI
Hi there,

We do not provide direct access to socket handle, however you can use SSH tunnel instead.

You may use port forwarding in order to create SSH tunnel:

Code: Select all

https://www.devart.com/sbridge/docs/index.html?client_configuration.htm 
Regards,
Vitaliy