Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSServerSessionThread.FTPSServer

TElSimpleFTPSServerSessionThread     


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


Reference to the FTPS server component.

Declaration

[C#]
    TElFTPSServer FTPSServer;

[VB.NET]
    Property FTPSServer As TElFTPSServer

[Pascal]
    property FTPSServer : TElFTPSServer;

[C++]
    TElFTPSServer* get_FTPSServer();

[PHP]
    TElFTPSServer get_FTPSServer()

[Java]
    TElFTPSServer getFTPSServer();

Description

    This property contains a reference to the TElFTPSServer object that represents the FTPS server on which the thread is running.

Discuss this help topic in SecureBlackbox Forum