Description
-
Fires when wodFTPD sends some response.
Syntax
-
Private Sub
object_Response(User,
RespLine)
The Response Event syntax has these parts:
| object |
A wodFTPD object. |
| User |
A FtpUser object. Reference
to user who will receive response. |
| RespLine |
A 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.
|