Re: Ftp.Users.Count (General questions)
Hi again,
Sorry if this is a double post.
Okey, at least one step more. I should add that I'm using IwodFTPDNotify interface and calling everything from a class module (all events are included).
Having a GLOBAL variable declared in a MODULE will catch connect/disconnect in a correct manner. However, if this variable is declared as PRIVATE, within the CLASS, does not work. Therefore I wonder how wodFTPDCom actually should be declared? According to documentation:
In class:
Dim FtpD As wodFTPDCom
Implements IwodFTPDNotify
Unfortunately, as the project is right now it will be difficult to pass on the code (SQlite DB connections etc). I will see if I can condensate the project just to illustrate the problem.
Regards,
Michael