Page 1 of 1

ScSSHClient.Disconnect on iOS

Posted: Tue 22 Oct 2013 10:04
by Daniele Buttarelli
RAD Studio XE4 Update1 + Mobile
SecureBridge 6.1.2
iOS 6.1.3

I have a problem using ScSSHClient on iOS.
Connection work properly but when I call ScSSHClient.Disconnect nothing happens and the client is not disconnected.
Event AfterClientDisconnect of ScSSHServer is never fired.
This is the configuration of my components:

object ScSSHClient: TScSSHClient
HostName = 'XXXXXXX'
Port = 2222
User = 'XXXXX'
Password = 'XXXXX'
KeyStorage = ScFileStorage
OnServerKeyValidate = ScSSHClientServerKeyValidate
end
object ScSSHChannel: TScSSHChannel
Client = ScSSHClient
SourcePort = 1520
DestHost = '127.0.0.1'
DestPort = 1521
GatewayPorts = True
Timeout = 15
end

How can I solve this problem?
Thanks.
Best regards.
Daniele Buttarelli

Re: ScSSHClient.Disconnect on iOS

Posted: Tue 22 Oct 2013 15:47
by Daniele Buttarelli
I also tried to connect and disconnect only the ScSSHClient (without using ScSSHChannel) but nothing has changed.
ScSSHClient.Disconnect doesn't work on iOS :(

Re: ScSSHClient.Disconnect on iOS

Posted: Wed 23 Oct 2013 10:09
by Dimon
Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next SecureBridge build.

Re: ScSSHClient.Disconnect on iOS

Posted: Wed 23 Oct 2013 10:12
by Daniele Buttarelli
Can you send me a patched version of SecureBridge 6.1.2 for Delphi XE4 and Delphi XE2?
Thanks.
Daniele Buttarelli

Re: ScSSHClient.Disconnect on iOS

Posted: Wed 23 Oct 2013 10:31
by Dimon
Please contact us by dmitryg*devart*com email and specify your developer license number.

Re: ScSSHClient.Disconnect on iOS

Posted: Wed 23 Oct 2013 10:39
by Daniele Buttarelli
I just sent you an email.
Best regards.

Re: ScSSHClient.Disconnect on iOS

Posted: Fri 25 Oct 2013 14:22
by Dimon
We have answered you by e-mail.