Back to product page

Response event


Fires when wodFTPD sends some response.

Syntax

  • Basic
Private Sub object_Response(User, RespLine)
The Response(object,User,RespLine) syntax has these parts:
objectAn expression evaluating to an object of type wodFTPD.
UserA FtpUser object. Reference to user who will receive response.
RespLineA String value. Full response that will be sent to the user.

Remarks

Response event is fired when response is to be sent to the client. At this point, you can change response to something else you prefer. RespLine argument will always contain CRLF (carriage return - line feed) characters at the end of line.

Platforms

Windows