SftpClient Get Method SSH .NET Client Library Documentation
Gets reference to remote file or directory.

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

public SftpFile Get(
	string path
)

Return Value

Reference to SftpFile file object.
Exceptions

See Also