Re: [twsocket] Strange

2005-12-06 Thread Florin Vancea
I'm glad that it's solved, but please elaborate, 'cause you made me curious: You said 3 packets. Where is the ident probe? How did you figure it out? - Original Message - From: "Ionut Muntean" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Tuesday, December 06, 2005 9:24 PM Subjec

Re: [twsocket] Sending a file with HTTPSERVER as response

2005-12-06 Thread Fastream Technologies
Hello, You need to use the hgSendDoc which is the default mode for GET/HEAD. Just change the DefaultDoc to the file you want. If there is no match for the MIME type in Francois' DocumentToContentType function, then you need to build your own header and use sendstream instead. Best Regards, SZ

[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

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 th

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 PROTECTED]

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" <[EM

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

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,

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'" Sent: Tuesday, December 06, 2005 6:30 PM Subject: Re: [twsocket] Strange > Excus

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 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

Re: [twsocket] HTTPCli cookies support

2005-12-06 Thread Francois PIETTE
> 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 t

Re: [twsocket] Detect Http/https proxy

2005-12-06 Thread Marcello Vezzelli
Paul wrote: > I know Maurizio's component, but it also doesn't work in every situation > (which may never be the case anyway), > so I want to implement extra checks. > For what I have found on the net, when a http statuscode 305 is received, > there should be more info returned about the proxy.

Re: [twsocket] Detect Http/https proxy

2005-12-06 Thread Paul
I know Maurizio's component, but it also doesn't work in every situation (which may never be the case anyway), so I want to implement extra checks. For what I have found on the net, when a http statuscode 305 is received, there should be more info returned about the proxy. I don't know what info

[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 b

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 T

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] Improving TFtpServer

2005-12-06 Thread Angus Robertson - Magenta Systems Ltd
> 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 commands to the FTP server, I think it would be much

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 e

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 quick

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

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 PROTECTE

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. Dezemb

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 1

Re: [twsocket] ICS sockets on XP Home

2005-12-06 Thread Marcello Vezzelli
Fastream Technologies wrote: > 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

[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 Home/Centrin

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: Sent: Tuesday, December 06, 2005 3:31 PM Subject: [twsocket] Strange > Hi, > > I'm experiencing a strange behavior of WSocke

[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] 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 Linu

Re: [twsocket] ICS in linux without kylix.

2005-12-06 Thread DZ-Jay
On Dec 6, 2005, at 02:57, Larini wrote: > 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? If I understand correctly, you need to build an application in Linux that receives data from an ICS compo

Re: [twsocket] ICS in linux without kylix.

2005-12-06 Thread Francois Piette
> 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 in a language which is not

[twsocket] ICS in linux without kylix.

2005-12-06 Thread Larini
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? This mail was sent by Webmail 2.5 -- To unsubscribe or change your settings for TWSocket mailing list

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 rout