Description
-
Fires after wodSFTP has some data to be provided as result of
RemoteRead command.
Syntax
-
Private Sub
object_RemoteData(Data)
The RemoteData Event syntax has these parts:
| object |
A wodSFTP object. |
| Data |
Variant 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.
|