Discuss this help topic in SecureBlackbox Forum
Tells TElFTPSServer that there are data in the socket to be taken.
Declaration
Description
Use this method to tell TElFTPSServer that there are data in the socket.
TElFTPSServer then fires
OnDataReceive event to read the block of data.
If the application uses one of wait methods to check availability of the data in the socket (select() or WaitFor* API functions),
the best place to call DataAvailable is right after the call to those wait methods.