SftpClient OpenText Method SSH .NET Client Library Documentation
Opens an existing UTF-8 encoded text file for reading.

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

public StreamReader OpenText(
	string path
)

Return Value

A OnlineStreamReader on the specified path.
Exceptions

See Also