Re: Random local port (General questions)

by woddrazen, (6823 days ago) @ Chad Amberg

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

locked

Complete thread: