Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.Abort

TElSimpleFTPSClient     See also     


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


Aborts the previous FTP service command and any associated transfer of data.

Declaration

[C#]
    void Abort();

[VB.NET]
    Sub Abort()

[Pascal]
    procedure Abort;

[C++]
    void Abort();

[PHP]
    void Abort()

[Java]
    void abort();

Description

    Use this method to abort the previous FTP service command and any associated transfer of data.

See also:     SendCmd     AuthCmd    

Discuss this help topic in SecureBlackbox Forum