SftpClient ReadLines Method (String, Encoding)SSH .NET Client Library Documentation
Read the lines of a file that has a specified encoding.

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

public IEnumerable<string> ReadLines(
	string path,
	Encoding encoding
)

Return Value

The lines of the file.
Exceptions

See Also