SSH.Channel.SetEnvironmentVariable - charonn0/RB-libssh2 GitHub Wiki
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.