Click or drag to resize

ITFtpTransferStart Method

Call this function to start the transfer.

Namespace: GSF.Net.TFtp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
void Start(
	Stream data
)
View Source

Parameters

data  Stream
The stream from which data is either read (when sending) or written to (when receiving).
See Also