Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.Allocate

TElSimpleFTPSClient     See also     


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


Reserves sufficient storage to accommodate the new file to be transferred.

Declaration

[C#]
    void Allocate(int Size);

[VB.NET]
    Sub Allocate(ByVal Size As Integer)

[Pascal]
    procedure Allocate(const Size: Integer);

[C++]
    void Allocate(int32_t Size);

[PHP]
    void Allocate(integer $Size)

[Java]
    void allocate(int Size);

Parameters

  • Size - the number of bytes of storage to be reserved for the file

Description

    Use this method to reserve sufficient storage to accommodate the new file to be transferred. Use Append method after this one.

See also:     Append    

Discuss this help topic in SecureBlackbox Forum