SubsystemSession SendData Method SSH .NET Client Library Documentation
Sends data to the subsystem.

Namespace: Renci.SshNet.Sftp
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public void SendData(
	byte[] data
)

Parameters

data
Type:  OnlineSystem Byte 
The data to be sent.
See Also