C# Class Dev2.Activities.Specs.BaseTypes.FileToolsBase

Inheritance: RecordSetBases
Mostrar archivo Open project: Warewolf-ESB/Warewolf

Public Properties

Property Type Description
Server SftpServer
ServerLock object

Protected Methods

Method Description
BuildDataList ( ) : void
RemovedFilesCreatedForTesting ( ) : void
ShutdownSftpServer ( ) : void
StartSftpServer ( ) : void

Starts the SFTP server.

Method Details

BuildDataList() protected method

protected BuildDataList ( ) : void
return void

RemovedFilesCreatedForTesting() protected static method

protected static RemovedFilesCreatedForTesting ( ) : void
return void

ShutdownSftpServer() protected static method

protected static ShutdownSftpServer ( ) : void
return void

StartSftpServer() protected static method

Starts the SFTP server.
protected static StartSftpServer ( ) : void
return void

Property Details

Server public_oe static_oe property

public static SftpServer Server
return SftpServer

ServerLock public_oe static_oe property

public static object ServerLock
return object