Discuss this help topic in SecureBlackbox Forum

TElSFTPServer.DataAvailable

TElSFTPServer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This method tells Sftp server that new portion of incoming data is available.

Declaration

[C#]
    void DataAvailable();

[VB.NET]
    Sub DataAvailable()

[Pascal]
    procedure DataAvailable;

[C++]
    void DataAvailable();

[PHP]
    void DataAvailable()

[Java]
    void dataAvailable();

Description

    Call this method every time when the data from the client arrives. After calling this method, the Sftp server will fire the OnReceive event, where you have to put the incoming data.

See also:     OnReceive    

Discuss this help topic in SecureBlackbox Forum