ScSSHClient.Disconnect on iOS
Posted: Tue 22 Oct 2013 10:04
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
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