Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.SecondaryChannelExitMessage

TElSimpleSFTPClient     See also     


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


Specifies secondary channel exit message.

Declaration

[C#]
    string SecondaryChannelExitMessage;

[VB.NET]
    Property SecondaryChannelExitMessage As String

[Pascal]
    property SecondaryChannelExitMessage : string;

[C++]
    void get_SecondaryChannelExitMessage(std::string &OutResult);

[PHP]
    string get_SecondaryChannelExitMessage()

[Java]
    String getSecondaryChannelExitMessage();

Description

    Use this read-only property to get the secondary SSH channel exit message (the server description of the closing command).

Discuss this help topic in SecureBlackbox Forum