Discuss this help topic in SecureBlackbox Forum

TElSftpStream.Flush

TElSftpStream     See also     


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


Clears buffers for this stream and writes their content to the file.

Declaration

[C#]
    void Flush();

[VB.NET]
    Sub Flush()

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Call this method to write all buffered data to the file and clear the buffers.

See also:     Close    

Discuss this help topic in SecureBlackbox Forum