This method is only called if you implemented the
IwodSFTPNotify interface in your application and the
wodSFTP.Notification
property has received a reference to an instance of your
implementation.
The RemoteData notification method is called 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 once
RemoteData notification method may be called as result of
only one RemoteRead method call.