Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSServer.Stop

TElSimpleFTPSServer     See also     


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


Stops the FTPS server.

Declaration

[C#]
    void Stop();

[VB.NET]
    Sub Stop()

[Pascal]
    procedure Stop;

[C++]
    void Stop();

[PHP]
    void Stop()

[Java]
    void stop();

Description

    Call this method to terminate all active sessions and stop listening for incoming connections.

See also:     Start    

Discuss this help topic in SecureBlackbox Forum