Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.Append

TElSimpleFTPSClient     See also     


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


Stores the data in a file on server side.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure Append;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Use this method to store the data in a file on server side. If the file specified in the pathname exists on the server the data will be appended to that file, otherwise the file specified in the pathname will be created.

See also:     Allocate    

Discuss this help topic in SecureBlackbox Forum