Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSServer.Start

TElSimpleFTPSServer     See also     


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


Starts the FTPS server.

Declaration

[C#]
    void Start();

[VB.NET]
    Sub Start()

[Pascal]
    procedure Start;

[C++]
    void Start();

[PHP]
    void Start()

[Java]
    void start();

Description

    Call this method to create a new thread and start listening for incoming connections on specified Host and Port.
    If Active is True (server is already running), call to this method restarts the server.

See also:     Host     Port     Stop    

Discuss this help topic in SecureBlackbox Forum