C# 클래스 PBAccelerator.FTPHandler

Contains information that allows the user to send a file via FTP. @Author = Ndubisi Onuora
파일 보기 프로젝트 열기: GFTUSA/GFTInternal 1 사용 예제들

공개 메소드들

메소드 설명
sendFile ( String fName, String &errMsg ) : bool

Uses WinSCP to send the specified file.

비공개 메소드들

메소드 설명
generateWinSCPSendFileScript ( ) : void

Generates the script that WinSCP will run in order for it to send the file. The script will change depending on the FTPMode

메소드 상세

sendFile() 공개 메소드

Uses WinSCP to send the specified file.
public sendFile ( String fName, String &errMsg ) : bool
fName String The filename of the file to send.
errMsg String Whatever error message the program returns.
리턴 bool