Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.SecondaryChannelExitStatus

TElSimpleSFTPClient     See also     


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


Specifies secondary channel exit status.

Declaration

[C#]
    int SecondaryChannelExitStatus;

[VB.NET]
    Property SecondaryChannelExitStatus As Integer

[Pascal]
    property SecondaryChannelExitStatus : integer;

[C++]
    int32_t get_SecondaryChannelExitStatus();

[PHP]
    integer get_SecondaryChannelExitStatus()

[Java]
    int getSecondaryChannelExitStatus();

Description

    Use this read-only property to get the secondary SSH channel exit status. The exit status is a code returned by the remote command.

Discuss this help topic in SecureBlackbox Forum