ScpClient public class ScpClient : BaseClient Documentation public uint BufferSize { get; set; } public TimeSpan OperationTimeout { get; set; } public event EventHandler<ScpDownloadEventArgs> Downloading public event EventHandler<ScpUploadEventArgs> Uploading public ScpClient(ConnectionInfo connectionInfo) public ScpClient(string host, int port, string username, string password) public ScpClient(string host, string username, string password) public ScpClient(string host, int port, string username, PrivateKeyFile[] keyFiles) public ScpClient(string host, string username, PrivateKeyFile[] keyFiles) public void Download(string filename, Stream destination) public void Upload(Stream source, string filename)