Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.LastTransferCommand

TElFTPSServer     See also     


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


Contains last transfer command received by the server.

Declaration

[C#]
    string LastTransferCommand;

[VB.NET]
    Property LastTransferCommand As String

[Pascal]
    property LastTransferCommand : string;

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

[PHP]
    string get_LastTransferCommand()

[Java]
    String getLastTransferCommand();

Description

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

See also:     LastCommand     TransferInProgress    

Discuss this help topic in SecureBlackbox Forum