Discuss this help topic in SecureBlackbox Forum

TElSFTPSSHSubsystemHandler.Server

TElSFTPSSHSubsystemHandler     


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


A reference to TElSFTPServer object.

Declaration

[C#]
    TElSFTPServer Server;

[VB.NET]
    Property Server As TElSFTPServer

[Pascal]
    property Server: TElSFTPServer;

[C++]
    TElSFTPServer* get_Server();
    void set_Server(TElSFTPServer &Value);
    void set_Server(TElSFTPServer *Value);

[PHP]
    TElSFTPServer get_Server()
    void set_Server(TElSFTPServer $Value)

[Java]
    TElSFTPServer getServer();
    void setServer(TElSFTPServer Value);

Description

    Use this property to specify an SFTP server that will handle SFTP connection.

Discuss this help topic in SecureBlackbox Forum