Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.SendCustomReply

TElFTPSServer     See also     


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


Sends the data to the remote host.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure SendCustomReply(Code : integer; const Reply : string);

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Code - specifies the reply code.
  • Reply - contains reply text.

Description

    Use this method to send a custom reply to client's request.

See also:     OnBeforeSendReply    

Discuss this help topic in SecureBlackbox Forum