Skip to content

SSH.Channel.SetEnvironmentVariable

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

SSH.Channel.SetEnvironmentVariable

Method Signatures

 Sub SetEnvironmentVariable(Name As String, Value As String)

Parameters

Name Type Comment
Name String The variable name.
Value String The variable value.

Remarks

Set an environment variable in the remote process space. Note that this does not make sense for all channel types and may be ignored by the server.

Clone this wiki locally