StartService Method
Requests the given service on a target channel.
Syntax
[VB.NET] Public Sub StartService(ByVal ChannelId As String, ByVal Service As String, ByVal Parameter As String)
[C#] public void StartService(string channelId, string service, string parameter);
Remarks
After a "session" channel has been opened by a call to OpenChannel, a service may be requested for that channel. ChannelId identifies the channel on which the service is to be started.
Service identifies the service being requested. The following list defines some known services:
"shell" | Starts a shell on the |
"exec" | Executes the command identified by Parameter. |
"subsystem" | Starts up a subsystem identified by Parameter, such as "sftp". |