C# Class GSF.Net.Ftp.FtpFileTransferer

Afficher le fichier Open project: GridProtectionAlliance/gsf Class Usage Examples

Private Methods

Méthode Description
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