Re: Random local port (General questions)
Hi Chad,
Here is example which will show you what channel is started after you make RemoteListen Connection:
-------------------------
Dim i As Integer
For i = 0 To SSH_1.Channels.Count - 1
Debug.Print SSH_1.Channels(i).RemotePort & = & SSH_1.Channels(i).Activated
Next i
-------------------------
Hope I helped.
Regards,
Drazen