Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSServer.ReadOnly

TElSimpleFTPSServer     See also     


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


Specifies whether files on the server ar read-only.

Declaration

[C#]
    bool ReadOnly;

[VB.NET]
    Property ReadOnly As Boolean

[Pascal]
    property ReadOnly: boolean;

[C++]
    bool get_ReadOnly();
    void set_ReadOnly(bool Value);

[PHP]
    bool get_ReadOnly()
    void set_ReadOnly(bool $Value)

[Java]
    boolean getReadOnly();
    void setReadOnly(boolean Value);

Description

    Set this property to True to deny all client requests to change files on the server.

See also:     FileSystemAdapter    

Discuss this help topic in SecureBlackbox Forum