C# 클래스 GSF.Net.Ftp.FtpFileTransferer

파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

비공개 메소드들

메소드 설명
FtpFileTransferer ( FtpDirectory transferStarter, string localFile, string remoteFile, long totalBytes, TransferDirection dir ) : System.IO
LocalToRemote ( Stream remote, Stream local ) : void
RemoteToLocal ( Stream remote, Stream local ) : void
StartAsyncTransfer ( ) : void
StartTransfer ( ) : void
StreamCopy ( Stream dest, Stream source ) : void
TestTransferResult ( ) : void
TransferThreadProc ( ) : void