wodSFTP ActiveX Control - Disconnected Method
      
 

Description

Called when wodSFTP disconnects from the server.


Return Type

None  


Syntax

object.Disconnected Owner



The Disconnected Method syntax has these parts:

Part Description
object An expression evaluating to an object of type IwodSFTPNotify.
Owner A wodSFTPCom object.

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.

 

After this notification method is called, you are free to set up wodSFTP properties again and issue Connect again.