ScpClient Download Method (String, FileInfo)SSH .NET Client Library Documentation
Downloads the specified file from the remote host to local file.

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

public void Download(
	string filename,
	FileInfo fileInfo
)
Exceptions

See Also