Discuss this help topic in SecureBlackbox Forum

TElSftpStream.Position

TElSftpStream     See also     


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


Gets the current position of the stream.

Declaration

[C#]
    long Position;

[VB.NET]
    Property Position As Long

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Use this read-only property to get the current position of the stream.

See also:     Seek    

Discuss this help topic in SecureBlackbox Forum