Ftp.Users.Count (wodFTPServer)
Hello,
I have a problem which might be related to threading issues.
I'm successfully running the FTP server component as a NT service from VB6 in XPSP3 environment. From a second application, I'm communicating with the FTP server via DDEML (no GUI) and this communication works fine (I'm using the Event viewer to verify the communication).
When I try to request server status, such as Ftp.Users.Count, this property report '0' even if I'm connected and downloading from/to the server. In IDE, the correct value is reported.
Other properties, e.g FTP.port report the correct value in both IDE and as NT Service.
I'm I missing some important information for the Ftp.Users collection?
Any suggestions are welcome.
With Best Regards,
Michael