Re: Random local port - WeOnlyDo Discussion board

Re: Random local port (General questions)

by woddrazen, Saturday, August 26, 2006, 10:08 (6463 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


Complete thread: