|
ITFtpTransferStart Method
|
Call this function to start the transfer.
Namespace: GSF.Net.TFtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax abstract Start :
data : Stream -> unit
View SourceParameters
- data Stream
- The stream from which data is either read (when sending) or written to (when receiving).
See Also