Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.UseSIZECmd

TElSimpleFTPSClient     


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


Specifies, whether SIZE command is sent when the data is downloaded.

Declaration

[C#]
    bool UseSIZECmd;

[VB.NET]
    Property UseSIZECmd As Boolean

[Pascal]
    property UseSIZECmd : boolean;

[C++]
    bool get_UseSIZECmd();
    void set_UseSIZECmd(bool Value);

[PHP]
    bool get_UseSIZECmd()
    void set_UseSIZECmd(bool $Value)

[Java]
    boolean getUseSIZECmd();
    void setUseSIZECmd(boolean Value);

Description

    Use this property to specify, whether SIZE command is sent when the data is downloaded. Use of this command lets the component report correct total size in OnProgress event, when the size of the data to be downloaded was not specified.
Note, that some servers behave unexpectedly when SIZE command is used.

Discuss this help topic in SecureBlackbox Forum