Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.LastSyncComment

TElSimpleSFTPClient     See also     


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


Contains the verbal response from the server given during the last operation.

Declaration

[C#]
    string LastSyncComment;

[VB.NET]
    Property LastSyncComment As String

[Pascal]
    property LastSyncComment : string;

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

[PHP]
    string get_LastSyncComment()

[Java]
    String getLastSyncComment();

Description

    This property contains the verbal response from the server returned during last synchronous (blocking) operation performed by the component.

See also:     LastSyncError    

Discuss this help topic in SecureBlackbox Forum