C# 클래스 BenefitsAllocationUpload.Services.SftpService

상속: ISftpService
파일 보기 프로젝트 열기: ucdavis/BenefitsAllocationUpload

공개 메소드들

메소드 설명
SftpService ( ) : System
UploadFile ( string filename, string schoolCode ) : void

Upload file to Accounting and Financial Services host for import into General Ledger Current Budget for Benefits Allocation.

UploadStream ( Stream dataStream, string filename, string schoolCode ) : void

Upload/write a stream to the Accounting and Financial Services SFTP server

비공개 메소드들

메소드 설명
GetSftpClient ( string schoolCode = null ) : SftpClient

메소드 상세

SftpService() 공개 메소드

public SftpService ( ) : System
리턴 System

UploadFile() 공개 메소드

Upload file to Accounting and Financial Services host for import into General Ledger Current Budget for Benefits Allocation.
public UploadFile ( string filename, string schoolCode ) : void
filename string Name of file to be uploaded
schoolCode string School Code of corresponding school
리턴 void

UploadStream() 공개 메소드

Upload/write a stream to the Accounting and Financial Services SFTP server
public UploadStream ( Stream dataStream, string filename, string schoolCode ) : void
dataStream Stream The data stream to be uploaded.
filename string The filename of the be assigned
schoolCode string The school code, defaults to "O1" (CAES).
리턴 void