Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.TransferTimeout

TElSimpleFTPSClient     See also     


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


Specifies how long a client should wait for data connection from remote side to be accepted

Declaration

[C#]
    int TransferTimeout;

[VB.NET]
    Property TransferTimeout As Integer

[Pascal]
    property TransferTimeout: integer;

[C++]
    int32_t get_TransferTimeout();
    void set_TransferTimeout(int32_t Value);

[PHP]
    integer get_TransferTimeout()
    void set_TransferTimeout(integer $Value)

[Java]
    int getTransferTimeout();
    void setTransferTimeout(int Value);

Description

    In active mode, specifies a time period that a client should wait for incoming data connection (when file or directory listing is to be transferred). If no data connection is accepted during this period, the data connection will be cancelled.
    Default value is 60000 ms (1 min).

See also:     ListenTimeout     SocketTimeout    

Discuss this help topic in SecureBlackbox Forum