Description
-
Fires when user leaves the server.
Syntax
-
Private Sub
object_Disconnected(User)
The Disconnected Event syntax has these parts:
| object |
A wodFTPD object. |
| User |
A 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.
|