Back to product page

Disconnected event


Fires when user leaves the server.

Syntax

  • Basic
Private Sub object_Disconnected(User)
The Disconnected(object,User) syntax has these parts:
objectAn expression evaluating to an object of type wodFTPD.
UserA FtpUser object. Reference to user who is leaving the server.

Remarks

This event is fired when user sends QUIT command and is about to be disconnected from the server. At this point, he is already removed from Users collection, but still you have one last chance to access information stored in his instance of User object.

Platforms

Windows