Archived Forum Post

Index of archived forum posts

Question:

Abort SSH Connect if Server Not Responding?

May 06 '13 at 09:46

I have another small question regarding SSH connections with chilkat.

When a host which I am connecting to isnĀ“t responding, is there a way to reset all connections ( if Connect() is still trying to connect to the host) or force the Connect()-method to cancel immediately?

My programming language is C++.


Answer

See this: Aborting method calls in C++.