Re: [twsocket] FTP Error Code and Messages

2012-10-04 Thread Stephen Dickason
If you referring to the codes (not necessarily error) used in each FTP interaction here is supposed to be a complete list: 110, 120, 125, 150, 200, 202, 211, 212, 213, 214, 215, 220, 221, 225, 226, 227, 230, 250, 257, 331, 332, 350, 421, 425, 426, 450, 451, 452, 500, 501, 502, 503, 504, 530,

Re: [twsocket] UDP and TCP on same socket - problem on WS2008 and W7

2012-07-24 Thread Stephen Dickason
On starting on either a Windows Server 2008 R2 Standard or Windows 7 machine, it comes up with an error message: Address not available (#10049 in setsockopt(IP_ADD_MEMBERSHIP)). MSDN says: IP_ADD_MEMBERSHIP - WSAEADDRNOTAVAIL - Do not call IP_ADD_MEMBERSHIP with the same group more than once

Re: [twsocket] UDP and TCP on same socket - problem on WS2008 and W7

2012-07-23 Thread Stephen Dickason
On starting on either a Windows Server 2008 R2 Standard or Windows 7 machine, it comes up with an error message: Address not available (#10049 in setsockopt(IP_ADD_MEMBERSHIP)). MSDN says: IP_ADD_MEMBERSHIP - WSAEADDRNOTAVAIL - Do not call IP_ADD_MEMBERSHIP with the same group more than once

[twsocket] UDP and TCP on same socket - problem on WS2008 and W7

2012-07-20 Thread Stephen Dickason
Hi. I'm trying to set up a program that will discover and communicate with peer instances on a local network. Ideally listening on a single port number. Setup: ICSv6 - modified ICSTCPSrv sample program in Turbo Delphi. The code seems to work fine on my XP machine - it picks up its own UDP