wodSFTP ActiveX Control - ExtendedCmdReply Method
      
 

Description

Called after wodSFTP receives reply on ExtendedCmd.


Return Type

None  


Syntax

object.ExtendedCmdReply Owner, Data



The ExtendedCmdReply Method syntax has these parts:

Part Description
object An expression evaluating to an object of type IwodSFTPNotify.
Owner A wodSFTPCom object.
Data Variant value. Holds data returned from the server.

Remarks

This method is only called if you implemented the IwodSFTPNotify interface in your application and the wodSFTP.Notification property has received a reference to an instance of your implementation.

The ExtendedCmdReply event can be called by wodSFTP as result of ExtendedCmd method. Data argument will contain byte array of SSH structured data returned by remote side. If you're interested in the data, you should know type of extension and it's structure to correctly understand the data.