Re: [twsocket] NNTP / SMTP / POP3 proxy/tunnel

2011-01-23 Thread Francois PIETTE
I want to build a simple NNTP proxy. However, I only need to intercept the POST command and then grab the message. I've done this and I've found it easy to accomplish. Do you think this slight variation of socketspy is actually useable, or do I need a more robust proxy? I was unable to find a NNTP

Re: [twsocket] FTPCli problem.

2011-01-23 Thread Arno Garrels
Antol, >> We realy need a reproducible test case. I searched the source >> again but was not able to find a change that could lead to the >> problem. Double check that you use latest ICSv7 from: >> http://wiki.overbyte.be/wiki/index.php/ICS_Download > >> My OverbyteIcsFtpCli.pas is V7.17 > > No,

Re: [twsocket] FTPCli problem.

2011-01-23 Thread daniel cc
Hi Antol, I am using a ICS built ftp client which has been several times updated and worked very good. I don't know if this is any help but, I had problems with 2 different models of D-Link routers and had to change them because my app did work in everywhere else but not in the machines behind of

Re: [twsocket] FTPCli problem.

2011-01-23 Thread Antol
Hello Arno, Sunday, January 23, 2011, 10:09:00 PM, you wrote: AG> Antol, AG> We realy need a reproducible test case. I searched the source AG> again but was not able to find a change that could lead to the AG> problem. Double check that you use latest ICSv7 from: AG> http://wiki.overbyte.be/wi

[twsocket] ICS group on social networks LinkedIn and FaceBook

2011-01-23 Thread Francois PIETTE
Hi ! Every ICS user is invited to be part of ICS-group on Linked-In. See http://www.linkedin.com/e/gis/136245 Why ? Just to have a little bit more visibility for everyone of us and for ICS. There is another one on FaceBook: http://www.facebook.com/pages/ICS-Internet-Component-Suite/394936221

Re: [twsocket] SocketSpy to C++ Problem

2011-01-23 Thread Richard Christman
Hi Arno, > -Original Message- > From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] > On Behalf Of Arno Garrels > Sent: Sunday, January 23, 2011 1:09 AM > To: ICS support mailing > Subject: Re: [twsocket] SocketSpy to C++ Problem > > Richard, > > > I was looking over m

Re: [twsocket] FTPCli problem.

2011-01-23 Thread Arno Garrels
Antol, We realy need a reproducible test case. I searched the source again but was not able to find a change that could lead to the problem. Double check that you use latest ICSv7 from: http://wiki.overbyte.be/wiki/index.php/ICS_Download My OverbyteIcsFtpCli.pas is V7.17 -- Arno Garrels Anto

Re: [twsocket] Midware create serverobject 'problem'.

2011-01-23 Thread Ruud Kerstens
Hi Francois, Well, you caught me there, as I was thinking the Tier-2 way as well. Now after reading your email I fully understand the idea behind the Midware. This will make life much easier for me as you can create as many different clients as you like, all just ask for items they need. The g

Re: [twsocket] FTPCli problem.

2011-01-23 Thread Antol
Hello Arno, Friday, January 21, 2011, 8:51:33 PM, you wrote: AG> My first guess is that it is a server issue. The server has to send a AG> response on the control socket, either success or failure. AG> Or for some reason that response was sent however doesn't get thru? AG> If you can get a RDP c

Re: [twsocket] SocketSpy to C++ Problem

2011-01-23 Thread Arno Garrels
Richard, > I was looking over my project and see that the processmessages loop I > said allows the program to complete successfully is enabled. To allow > the error this needs to be commented out. It's at the end of > WSocketServerClientConnect. I removed these lines. However it works (basicall

Re: [twsocket] Midware create serverobject 'problem'.

2011-01-23 Thread Francois PIETTE
Got the first server working now, so that is fine. :-) Despite of the demo's i see for ADO and BDE, i am using another database (absolutedatabase : www.componentace.com), which is a BDE replacement. Is this just as easy to connect as the examples that are included with Midware, or do i nee