wodSFTP ActiveX Control - ExtendedCmdReply Event
    
 

Description

Fires after wodSFTP receives reply on ExtendedCmd.


Syntax

Private Sub object_ExtendedCmdReply(Data)



The ExtendedCmdReply Event syntax has these parts:

Part Description
object A wodSFTP object.
Data Variant 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.