Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.LastReceivedReply

TElSimpleFTPSClient     


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


This property contains last reply received from server.

Declaration

[C#]
    string LastReceivedReply;

[VB.NET]
    Property LastReceivedReply As String

[Pascal]
    property LastReceivedReply: string;

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

[PHP]
    string get_LastReceivedReply()

[Java]
    String getLastReceivedReply();

Description

    Use this read-only property to get last reply received from the server.

Discuss this help topic in SecureBlackbox Forum