Back to product page

RemoteData event


Fires after wodSFTP has some data to be provided as result of RemoteRead command.

Syntax

  • Basic
Private Sub object_RemoteData(Data)
The RemoteData(object,Data) syntax has these parts:
objectA wodSFTP object.
DataVariant value. Holds data returned from the server.

Remarks

The RemoteData event is fired if you use RemoteRead method, and wodSFTP manages to read remote file. Data argument will hold data for you, either as String or as Byte Array - depending on what you specified as Type in RemoteRead call. More than one RemoteData event can be fired as result of only one RemoteRead method call.

Platforms

Windows