Page 2 of 2

Re: SSH with Channel issues

Posted: Thu 05 Jul 2018 14:35
by ED-Clint
My apologies Viktor, I found the use in the SSHCLient demo, I will go over this and come back to you if I still hit a problem.
Thanks you.

Re: SSH with Channel issues

Posted: Thu 05 Jul 2018 14:40
by ViktorV
Please specify the exception you get and when it happens.

Re: SSH with Channel issues

Posted: Tue 30 Oct 2018 07:59
by ED-Clint
Hi Viktor,

Just to let you know I did get this working using your demo project example. In case this helps anyone this is what it looked like;

uses ScSSHSocket;

procedure TForm1.SSHTunnelSocketConnect(Sender: TObject; const SockAddr: PSOCKADDR);
var
Sock: TIPEndPoint;
begin
Sock := TIPEndPoint.Create(PSockAddrIn(SockAddr));
Showmessage('SSH Socket '+Sock.ToString+' connected on Port '+IntToStr(Sock.Port));
end;

Re: SSH with Channel issues

Posted: Wed 31 Oct 2018 11:40
by ViktorV
Thank you for the interest to our product.
Feel free to contact us if you have any further questions about our products.