C# Class DataExport.SftpDelivery

Inheritance: DeliveryStrategy
Show file Open project: BellevueCollege/DataExport Class Usage Examples

Private Properties

Property Type Description
GetClient ISftpClient
LoadKeys Renci.SshNet.PrivateKeyFile[]

Public Methods

Method Description
Put ( DeliveryWriteMode writeMode ) : bool

SftpDelivery ( ) : System
SftpDelivery ( ISftpClient client ) : System

Private Methods

Method Description
GetClient ( ) : ISftpClient

LoadKeys ( string keyFile ) : Renci.SshNet.PrivateKeyFile[]

Method Details

Put() public method

public Put ( DeliveryWriteMode writeMode ) : bool
writeMode DeliveryWriteMode
return bool

SftpDelivery() public method

public SftpDelivery ( ) : System
return System

SftpDelivery() public method

public SftpDelivery ( ISftpClient client ) : System
client ISftpClient
return System