Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.Reinitialize

TElSimpleFTPSClient     


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


Terminates a user session, flushing all I/O and account information, except to allow any transfer in progress to be completed.

Declaration

[C#]
    void Reinitialize();

[VB.NET]
    Sub Reinitialize()

[Pascal]
    procedure Reinitialize;

[C++]
    void Reinitialize();

[PHP]
    void Reinitialize()

[Java]
    void reinitialize();

Description

    This method terminates a user session, flushing all I/O and account information, except to allow any transfer in progress to be completed. All parameters are reset to the default settings and the control connection is left open. This is identical to the state in which a user finds himself immediately after the control connection is opened.

Discuss this help topic in SecureBlackbox Forum