Back to product page

ExtendedCmdReply method


Called after wodSFTP receives reply on ExtendedCmd.

Syntax

  • Basic
object.ExtendedCmdReply Owner, Data
The ExtendedCmdReply(object,Owner,Data) syntax has these parts:
objectAn expression evaluating to an object of type IwodSFTPNotify.
OwnerA wodSFTPCom object.
DataVariant 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.

Platforms

Windows