Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.AutoAdjustTransferBlock

TElSimpleSFTPClient     See also     


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


Defines whether the block sizes and pipeline length is adjusted for optimal performance.

Declaration

[C#]
    bool AutoAdjustTransferBlock;

[VB.NET]
    Property AutoAdjustTransferBlock As Boolean

[Pascal]
    property AutoAdjustTransferBlock : boolean;

[C++]
    bool get_AutoAdjustTransferBlock();
    void set_AutoAdjustTransferBlock(bool Value);

[PHP]
    bool get_AutoAdjustTransferBlock()
    void set_AutoAdjustTransferBlock(bool $Value)

[Java]
    boolean getAutoAdjustTransferBlock();
    void setAutoAdjustTransferBlock(boolean Value);

Description

    Use this property to enable or disable automatic adjustment of pipeline length and block sizes. By default automatic adjustment is enabled, and normally you don't need to disable it.

    The default value is true.

See also:     PipelineLength     DownloadBlockSize     UploadBlockSize     OnBlockTransferPrepared    

Discuss this help topic in SecureBlackbox Forum