Re: [twsocket] Detect Http/https proxy

2005-12-06 Thread Marcello Vezzelli
Paul wrote: Which is the best way to detect http/https proxy's ? For IE, you can use InternetQueryOption or a lookup in the registry, but what about all others (Netscape, Opera ...) I've seen a lot of ports used (80, 800, 8001, 3128 5865 ...) Does anyone have a common 'proxy-detect routine'

Re: [twsocket] ICS in linux without kylix.

2005-12-06 Thread Guillaume MAISON
Francois Piette a écrit : Hi, i'm using just client and server components, and I need to build a client in linux, but withou kylix. There is a way to listen ICS messages? Do you mean you have a Windows client application using ICS and you want a server application running on Linux, written

[twsocket] Strange

2005-12-06 Thread Ionut Muntean
Hi, I'm experiencing a strange behavior of WSocket.Connect - WSocket.OnSessionConnected. I have 2 PC. One on which I develop my applications and a laptop. Both of them are Windows XP Proffesional with SP2 installed. The server my application is connecting is on the same 100 Mbps LAN as the 2 PC's

Re: [twsocket] Strange

2005-12-06 Thread Fastream Technologies
Hi, Is there a proxy setting on the second PC? That's what my problem was once. Regards, SZ - Original Message - From: Ionut Muntean [EMAIL PROTECTED] To: twsocket@elists.org Sent: Tuesday, December 06, 2005 3:31 PM Subject: [twsocket] Strange Hi, I'm experiencing a strange

[twsocket] ICS sockets on XP Home

2005-12-06 Thread Fastream Technologies
Hello, Recently, my Athlon64 -literally speaking- burned and I am stuck on my WinXP Home notebook. Anyway, thanks to Intel Centrino and its 2MB cache this is fast enough... Anyway this is OT. In my XP Pro, I was able to have 600 connections to ICS web server with Socrates but with

Re: [twsocket] Strange

2005-12-06 Thread Marcello Vezzelli
Ionut Muntean wrote: I'm experiencing a strange behavior of WSocket.Connect - WSocket.OnSessionConnected. I have 2 PC. One on which I develop my applications and a laptop. Both of them are Windows XP Proffesional with SP2 installed. The server my application is connecting is on the same 100

Re: [twsocket] ICS sockets on XP Home

2005-12-06 Thread steffen walter
The utilization could also be a problem of the Centrino power saveing options. Take a look at the frequency of the CPU ( right click on Arbeitsplatz ) -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Marcello Vezzelli Gesendet: Dienstag, 6.

Re: [twsocket] Strange

2005-12-06 Thread Florin Vancea
Do you use symbolic names for the target host? What are your DNS settings on both machines? Maybe the DNS on the second machine is having a hard time resolving the name (i.e. a dead or not available DNS server specified first). - Original Message - From: Ionut Muntean [EMAIL PROTECTED]

Re: [twsocket] Strange

2005-12-06 Thread Francois Piette
I'm experiencing a strange behavior of WSocket.Connect - WSocket.OnSessionConnected. I have 2 PC. One on which I develop my applications and a laptop. Both of them are Windows XP Proffesional with SP2 installed. The server my application is connecting is on the same 100 Mbps LAN as the 2 PC's

Re: [twsocket] Strange

2005-12-06 Thread Ionut Muntean
Of course, the first thing I thought was that there is a DNS problem so I've used numeric ip addresses in the Addr field. The result is the same. :( Anyway, the both machines are using the same (local) DNS server. The ping time between the server and the 2 PC's is under 0.3 ms... 10x for the

Re: [twsocket] Strange

2005-12-06 Thread Ionut Muntean
The telnet connection on the specified port on the server is working well. :( / Ionut Muntean -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francois Piette Sent: 6 decembrie 2005 05:23 PM To: ICS support mailing Subject: Re: [twsocket] Strange I'm

Re: [twsocket] Strange

2005-12-06 Thread Florin Vancea
Save some time, pick the big gun :) I mean: Start the packet monitor (you said it's a WXP-SP2) and see what's happening first hand on each machine. And please post back, as it looks interesting... - Original Message - From: Ionut Muntean [EMAIL PROTECTED] To: 'ICS support mailing'

Re: [twsocket] Strange

2005-12-06 Thread Ionut Muntean
Excuse my ignorance, but please, is there a packet monitor in Window$ XP? I am a Linux user, and now I am forced to develop an windows app. :( / Ionut Muntean -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Florin Vancea Sent: 6 decembrie 2005 06:24 PM

[twsocket] HTTPCli cookies support

2005-12-06 Thread Me
Hi Whats the easiest/fastest way to implement automatic cookies support to HTTPCli? I mean automaticly use cookies sent by server (replace existing cookies if they are available already). I know that i should just write a code to OnCookie event, but how should it look like so it would work the

Re: [twsocket] Strange

2005-12-06 Thread Francois PIETTE
Excuse my ignorance, but please, is there a packet monitor in Window$ XP? I am a Linux user, and now I am forced to develop an windows app. :( Use Ethereal. Link on the link page at my website. It's a free tool. I'm using LanWatch which is a commercial tool. Search Google... -- Contribute to

Re: [twsocket] Strange

2005-12-06 Thread Francois PIETTE
The telnet connection on the specified port on the server is working well. :( OK, so let's try with one of the ICS provided demos so that we are sure you have not a bug in your own code. Use TnClient for example. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html --

Re: [twsocket] Strange

2005-12-06 Thread Fastream Technologies
Why don't you first try socketspy from usermade page? It should compile on Kylix, right Francois? Regards, SubZ - Original Message - From: Ionut Muntean [EMAIL PROTECTED] To: 'ICS support mailing' twsocket@elists.org Sent: Tuesday, December 06, 2005 6:30 PM Subject: Re: [twsocket]

Re: [twsocket] Strange

2005-12-06 Thread Ionut Muntean
TnClient is behaving the same strange way. TnClient displays: Connecting to xxx.xxx.xxx.xxx and then Connected but the welcome banner of the server is displayed with 20-30 secs delay. On the other machine, the welcome banner is displayed right after Connected. My gues is it can be an OS bug, on

Re: [twsocket] Improving TFtpServer

2005-12-06 Thread Teträm Corp
Angus Robertson - Magenta Systems Ltd a écrit : those are not FTP commands, but some Application specific commands. In fact, I'm making a service based on a FTP server. For example, commands are RESTART, RELOAD, and other more specific to my application. Rather than adding private

Re: [twsocket] Detect Http/https proxy

2005-12-06 Thread Paul
305 is mostly for proxy-redirect (from proxy to another), but everyone use proxy scripting. Don't know about poxy scripting :-( Any idea where to find info or some code snippets? I've been searching without good results. TIA Paul - Original Message - From: Marcello Vezzelli [EMAIL

Re: [twsocket] Strange

2005-12-06 Thread Ionut Muntean
The problem is solved. :) The server is trying to get ident information from the client machine when a connection is established, and since there is no response from the client machine ... it waits until timeout. Thanks to all, / Ionut Muntean -Original Message- From: [EMAIL

Re: [twsocket] Strange

2005-12-06 Thread Francois PIETTE
TnClient is behaving the same strange way. TnClient displays: Connecting to xxx.xxx.xxx.xxx and then Connected but the welcome banner of the server is displayed with 20-30 secs delay. On the other machine, the welcome banner is displayed right after Connected. It is possible that the

[twsocket] Sending a file with HTTPSERVER as response

2005-12-06 Thread jurik
Hi All I am playing with the ICS WebServ server demo and need some help. I want to use the user inputs received from form.htm and based on the user responses provide a file to the web client for download. When the user types one in the first name field as example, I want the server to send him a