Skip to content

SSH.Session.SetLocalBanner

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

SSH.Session.SetLocalBanner

Method Signature

 Sub SetLocalBanner(BannerText As String)

Parameters

Name Type Comment
BannerText String The local banner text to set.

Remarks

Before calling Connect(), you may call this method to set the local welcome banner.

Clone this wiki locally