SftpClient OpenRead Method SSH .NET Client Library Documentation
Opens an existing file for reading.

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

public SftpFileStream OpenRead(
	string path
)

Return Value

A read-only System.IO.FileStream on the specified path.
Exceptions

See Also