Back to product page

Response notification


Called when wodFTPD sends some response.

Syntax

  • Basic
object.Response Owner, User, RespLine
The Response(object,Owner,User,RespLine) syntax has these parts:
objectAn expression evaluating to an object of type wodFTPDNotify.
OwnerA wodFTPDCom object. Reference to wodFTPServer instance that called this notification method.
UserA FtpUser object. Reference to user who will receive response.
RespLineA String value. Full response that will be sent to the user.

Remarks

NOTE: This method is called only if you implemented IwodFTPDNotify interface in your application, and wodFTPD.Notification property has received reference to instance of your implementation.

Response notification method is called 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