Discuss this help topic in SecureBlackbox Forum

TElSftpClient.SftpBufferSize

TElSftpClient     See also     


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


This property specifies the size of the buffers.

Declaration

[C#]
    int SftpBufferSize;

[VB.NET]
    Property SftpBufferSize As Integer

[Pascal]
    property SftpBufferSize : integer;

[C++]
    int32_t get_SftpBufferSize();
    void set_SftpBufferSize(int32_t Value);

[PHP]
    integer get_SftpBufferSize()
    void set_SftpBufferSize(integer $Value)

[Java]
    int getSftpBufferSize();
    void setSftpBufferSize(int Value);

Description

    Use this property to control the size of the internal buffers, used for data transfer. See Increasing SFTP speed for details.

See also:     DownloadBlockSize     UploadBlockSize    

Discuss this help topic in SecureBlackbox Forum