Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.CommandTimeout

TElSimpleSFTPClient     See also     


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


Specifies timeout for execution of SSH commands.

Declaration

[C#]
    int CommandTimeout;

[VB.NET]
    Property CommandTimeout As Integer

[Pascal]
    property CommandTimeout : integer;

[C++]
    int32_t get_CommandTimeout();
    void set_CommandTimeout(int32_t Value);

[PHP]
    integer get_CommandTimeout()
    void set_CommandTimeout(integer $Value)

[Java]
    int getCommandTimeout();
    void setCommandTimeout(int Value);

Description

    Use this property to specify the timeout (in milliseconds) for execution of SSH commands on the server. The default value is 60000 (60 seconds).

See also:     ExecuteSSHCommand    

Discuss this help topic in SecureBlackbox Forum