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

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

public void Download(
	string directoryName,
	DirectoryInfo directoryInfo
)
Exceptions

See Also