wodFtpDLX ActiveX Control - SiteReply Method (wodFtpDLXCom)
      
 

Description

Called with result of SITE command.


Return Type

None  


Syntax

object.SiteReply Owner, ReplyCode, ReplyText



The SiteReply Method syntax has these parts:

Part Description
object An expression evaluating to an object of type IwodFtpNotify.
Owner A wodFtpDLXCom object.
ReplyCode A short value. Holds FTP result of SITE command.
ReplyText A String value. Holds text result of SITE command.
Remarks
 
This method is called only if you implemented IwodFtpNotify interface in your application, and wodFtpDLX.Notification property has received reference to instance of your implementation.

This notification method is called 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 notification method. You can then execute new commands within this method. This is only notification method called as result of Site method call.