Discuss this help topic in SecureBlackbox Forum

TElSftpStream.Length

TElSftpStream     See also     


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


Gets the length of the stream in bytes.

Declaration

[C#]
    long Length;

[VB.NET]
    Property Length As Long

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    long getLength();
    void setLength(long NewSize);

Parameters

  • NewSize -

Description

    Use this read-only property to get the length of the SFTP stream in bytes.

See also:     SetLength    

Discuss this help topic in SecureBlackbox Forum