Back to product page

ExtendedCmdReply event


Fires after wodSFTP receives reply on ExtendedCmd.

Syntax

  • Basic
Private Sub object_ExtendedCmdReply(Data)
The ExtendedCmdReply(object,Data) syntax has these parts:
objectA wodSFTP object.
DataVariant value. Holds data returned from the server.

Remarks

The ExtendedCmdReply event can be fired 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