Re: [twsocket] TWsocket server client list Error

2006-10-25 Thread Miguel Ca
Hi Well I finally found the error that generates the abnormal behavior in client list. My service receives some data form a POS machine and then do some work in a DB (SQLServer using ADO). I do all the DB process and validation in a thread and finally I send the results to the POS machine.

[twsocket] Exception on compiling "SocketSpy" with newest ICS v5/6

2006-10-25 Thread retnyg
Hello, when i compile the socketspy program i get an exception (after fixing the Bannertobusy problem by ignoring it): Im Projekt 5ocket5py.exe ist eine Exception der Klasse EReadError aufgetreten. Meldung: 'Fehler beim Lesen von WSocketServer.LastError: Eigenschaft kann nur gelesen werden1. th

Re: [twsocket] FTP server, problem with property PasvIpAddr

2006-10-25 Thread Francois PIETTE
>> Searching MSDN for SIO_GET_INTERFACE_LIST report a few hits. But >> WSAIoctl doesn't lit it ! > > Thanks I'll investigate more in this, my idea was to incude an utility > function something like IsSameSubnet(IP: TInAddr): Boolean in > WSocket.pas provided that it must not use IpHlpApi, supported

Re: [twsocket] FTP server, problem with property PasvIpAddr

2006-10-25 Thread Arno Garrels
Francois Piette wrote: > Searching MSDN for SIO_GET_INTERFACE_LIST report a few hits. But > WSAIoctl doesn't lit it ! Thanks I'll investigate more in this, my idea was to incude an utility function something like IsSameSubnet(IP: TInAddr): Boolean in WSocket.pas provided that it must not use IpHlp

Re: [twsocket] FTP server, problem with property PasvIpAddr

2006-10-25 Thread Francois Piette
Searching MSDN for SIO_GET_INTERFACE_LIST report a few hits. But WSAIoctl doesn't lit it ! > Is IpHlpApi working on Win9x winsock2? MSDN say GetInterfaceInfo is included in Windows XP, Windows 2000 Professional, Windows Me, and Windows 98. For GetIfTable, MSDN say it is included in Windows XP, W

[twsocket] Pay for help creating a limited FTP server as NT Service!

2006-10-25 Thread Raymond Schappe
***Sorry if this appears twice... I was not a member of this list when I sent my first message and it appears to never have been "approved"... so I joined and am trying again ;) I have been working through the examples and reading the archives but I am running out of time and I need a "limite

Re: [twsocket] FTP server, problem with property PasvIpAddr

2006-10-25 Thread Arno Garrels
Francois Piette wrote: >>> But I wonder if it was not better to trigger just an event >>> before PasvIpAddr will be used that would allow the component >>> user to do his individual checks, what do you think is better? > > Maybe both ? > Compute a PasvIpAddr and pass it as var parameter to an even

Re: [twsocket] FTP server, problem with property PasvIpAddr

2006-10-25 Thread Francois Piette
> > But I wonder if it was not better to trigger just an event > > before PasvIpAddr will be used that would allow the component > > user to do his individual checks, what do you think is better? Maybe both ? Compute a PasvIpAddr and pass it as var parameter to an event which can then change it at

Re: [twsocket] FTP server, problem with property PasvIpAddr

2006-10-25 Thread Arno Garrels
I need to check for the same subnet instead of private IPs, sometimes I'm too slow :) Arno Garrels wrote: > Arno Garrels wrote: >> Or modify the FTP server component in a way that >> PasvIpAddr can be set privately for a particular client >> depending on it's source IP (just an idea?). > > I

[twsocket] FTP server, problem with property PasvIpAddr

2006-10-25 Thread Arno Garrels
Arno Garrels wrote: > Or modify the FTP server component in a way that > PasvIpAddr can be set privately for a particular client > depending on it's source IP (just an idea?). I need such an option as well. So I just changed the code as mentioned above. New option ftpsNoPasvIpAddrInLan and a funct

Re: [twsocket] Port not available in Passive Mode FTP

2006-10-25 Thread Arno Garrels
Arnold FLUTEAUX wrote: > OK. my release is not the last. > > Can I take the V5 (May 14 2006) ? Is ok with Delphi 7 and with Delphi > 2005 in .NET ? This version has some bugs as well, which have been fixed: http://www.duodata.de/misc/delphi/new-ics5-20060918.zip Concerning the .NET stuff I cann

Re: [twsocket] Port not available in Passive Mode FTP

2006-10-25 Thread Arnold FLUTEAUX
OK. my release is not the last. Can I take the V5 (May 14 2006) ? Is ok with Delphi 7 and with Delphi 2005 in .NET ? Arnold Arnold FLUTEAUX wrote: > I've seen that this subject had already discussed but I'm another > question on tjis. I want to transfer in passive mode. 3 ports (1985-

Re: [twsocket] Port not available in Passive Mode FTP

2006-10-25 Thread Arno Garrels
Arnold FLUTEAUX wrote: > I've seen that this subject had already discussed but I'm another > question on tjis. I want to transfer in passive mode. 3 ports (1985- > 1986-1987) are open on my router and set on my server. So the > connexion is OK and it's the 1985 port which is returned by the > serve