Re: [twsocket] FTP as system service: Cannot convert port 'ftp-data'

2005-08-11 Thread David Hooper
Do you have a firewall "rule" that used to allow the server (as an application) run, but does not allow the server (as a service) run for port 20 (Sygate can have advanced rules like this) 'ftp-data' is typically port 20 (see system32\drivers\etc\services) lines 1880, 1926, 2216, 2279, 3245 of Ftp

[twsocket] smtp / pop3 server demos?

2005-08-24 Thread David Hooper
Are there any good ICS SMTP server or POP3 server demos I can take a look at? slap me if this question has been answered 100 times already :) -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http:/

[twsocket] Off Topic ICS and MidWare Frappr group

2006-01-15 Thread David Hooper
In hindsight, a better idea would have been to send an email to the ICS group asking for people to add their location to frappr and just provided the url. But I don't think I'll get spammed by this, Besides.. I frappr'd for "samurize" a while back on the same email address and haven't noticed an in

[twsocket] Application.ProcessMessages and Access Violations

2006-02-21 Thread David Hooper
I have a similar AV issue relating to Application.ProcessMessages; unfortunately, i absolutely need to call a.pm (because my app does other work as well as TCP stuff) and it is in a base class that I _can not change_ Does ICS need to call a.pm? can i tell it not to, and let me do it? David -