Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.DeleteFailedDownloads

TElSimpleFTPSClient     


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


Specifies whether the failed downloads should be cleaned up.

Declaration

[C#]
    bool DeleteFailedDownloads;

[VB.NET]
    Property DeleteFailedDownloads As Boolean

[Pascal]
    property DeleteFailedDownloads : boolean;

[C++]
    bool get_DeleteFailedDownloads();
    void set_DeleteFailedDownloads(bool Value);

[PHP]
    bool get_DeleteFailedDownloads()
    void set_DeleteFailedDownloads(bool $Value)

[Java]
    boolean getDeleteFailedDownloads();
    void setDeleteFailedDownloads(boolean Value);

Description

    Set this property to True to force the component to delete failed downloads. The default value is False.

Discuss this help topic in SecureBlackbox Forum