windows service (wodFTPServer)
Hi Gary.
I'm not that much of a C# expert, but I believe this link would help:
http://stackoverflow.com/questions/2443867/message-pump-in-net-windows-service
inside DLL.Init add startup code for wodFTPServer, and then message pump will continue to run.
Or, you could for a test add
while (true)
Sleep(10);for a test in your C# code. This will allow messages to process I think but not nice approach.
Jasmine.
Thanks,Jasmine
The issue is the wodFTP event cannot be captured in the windows service.
I add the startup code for wodFTPServer in the dll init, and add the code you mentioned in onStart(), but still, the any wodFTP event cannot be captured when client try to connect.
Please help.
Thanks and Best regards
Gary
Complete thread:
- windows service - Gary, 2016-02-15, 18:24
- windows service - Jasmine, 2016-02-15, 19:48
- windows service - Gary, 2016-02-15, 23:36
- windows service - Jasmine, 2016-02-15, 23:47
- windows service - Gary, 2016-02-16, 01:26
- windows service - Jasmine, 2016-02-16, 10:57
- windows service - Gary, 2016-02-16, 01:26
- windows service - Jasmine, 2016-02-15, 23:47
- windows service - Gary, 2016-02-15, 23:36
- windows service - Jasmine, 2016-02-15, 19:48