Back to product page

SiteReply event


Fires with result of SITE command.

Syntax

  • Basic
Private Sub object_SiteReply(ReplyCode, ReplyText)
The SiteReply(object,ReplyCode,ReplyText) syntax has these parts:
objectA wodFtpDLX object.
ReplyCodeA short value. Holds FTP result of SITE command.
ReplyTextA String value. Holds text result of SITE command.

Remarks

This event is fired as result of Site method call. When SITE command completes on the server, it provides some result (usually from external command it executed on the server), and those results are shown using this event. You can then execute new commands within this event. This is only event fired as result of Site method call.

Platforms

Windows