-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.TCPTunnel.RemotePort
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
Dim RemotePort As Integer
When used with Connect(), the port number on the third-party server we want the SSH server to open a connection to.
When used with Listen(), the port on which the SSH server should accept connections. To have the server select a port for you set this to zero; after calling Listen()
this property will be updated accordingly.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.