SftpClient CreateText Method (String)SSH .NET Client Library Documentation
Creates or opens a file for writing UTF-8 encoded text.

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

public StreamWriter CreateText(
	string path
)

Return Value

A OnlineStreamWriter that writes to the specified file using UTF-8 encoding.
Exceptions

See Also