Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.LastCommand

TElFTPSServer     See also     


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


Contains last command received by the server.

Declaration

[C#]
    string LastCommand;

[VB.NET]
    Property LastCommand As String

[Pascal]
    property LastCommand : string;

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

[PHP]
    string get_LastCommand()

[Java]
    String getLastCommand();

Description

    Use this read-only property to get the last command received by the server.

See also:     LastTransferCommand    

Discuss this help topic in SecureBlackbox Forum