Skip to content

SSH.TCPTunnel.RemotePort

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

SSH.TCPTunnel.RemotePort

Property declaration

 Dim RemotePort As Integer

Remarks

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.

See also

Clone this wiki locally