Skip to content

SSH.Session.GetRemoteBanner

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

SSH.Session.GetRemoteBanner

Method Signature

 Function GetRemoteBanner() As String

Return value

Returns the server's welcome banner, if any.

Remarks

After Connect() returns successfully, you may call this method to read the server's welcome banner, if it has one.

Clone this wiki locally