Discuss this help topic in SecureBlackbox Forum

TElSftpStream.CanWrite

TElSftpStream     See also     


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


Specifies whether the current stream supports writing.

Declaration

[C#]
    bool CanWrite;

[VB.NET]
    Property CanWrite As Boolean

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    If this property returns True, the current stream supports writing; when it returns False, writing is not supported.

See also:     CanRead     CanSeek     Write    

Discuss this help topic in SecureBlackbox Forum