SftpClient ReadLines Method (String)SSH .NET Client Library Documentation
Reads the lines of a file.

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
)

Return Value

The lines of the file.
Exceptions

See Also