[twsocket] World IPv6 day--where is ICS?

2011-01-24 Thread Fastream Technologies
http://news.cnet.com/8301-1023_3-20029318-93.html?tag=nl.e703 FYI. SubZero -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

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

2011-01-24 Thread Richard Christman
Hi Francois, Thanks very much for your offer. I'd like very much to see your proxy/tunnel. Please email it to me. Regards, Richard > -Original Message- > From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] > On Behalf Of Francois PIETTE > Sent: Monday, January 24, 201

Re: [twsocket] HtmlPageProducerToString in Delphi XE

2011-01-24 Thread Busai Péter
One possible solution, I defined a temporary RawByteString and now it returns correct result. I have tested it on DelphiXE and BDS2006. {* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *} function THttpConnection.HtmlPageProducerToString( const HtmlFile : String;

Re: [twsocket] Is Midware supported by TWSocket list now?

2011-01-24 Thread Ruud Kerstens
Hi, did not know that, but I subscribed to it now!! Thanks for the hint ;-) Best regards, Ruud Kerstens -Oorspronkelijk bericht- From: Arno Garrels Sent: Monday, January 24, 2011 8:35 PM To: ICS support mailing Subject: [twsocket] Is Midware supported by TWSocket list now? Hi,

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

2011-01-24 Thread Francois PIETTE
You should use "UserData". This is the recommanded way of passing data to the serverobject. Usually this "userdata" is an instance of a datamodule but can be anything. There are demos with it. Simply search for userData. -- francois.pie...@overbyte.be The author of the freeware multi-tier middl

[twsocket] Is Midware supported by TWSocket list now?

2011-01-24 Thread Arno Garrels
Hi, Does Midware no longer have its own mailing list? Just curious. -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

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

2011-01-24 Thread Ruud Kerstens
Hi All, I am currently trying to understand the transport of variables in the midware functions. I create a serverobject like in 'my first server'. This idea works just fine. Now I went a step further, and probably I am looking in the wrong spot.. I created a function for looking up a variab

Re: [twsocket] HtmlPageProducerToString in Delphi XE

2011-01-24 Thread Busai Péter
For a fast workaround now I use TStringStream HeaderStream := TStringStream.Create; try Client.HtmlPageProducerToStream('header.html',nil,[ 'LOCATION', SessionData.Referer, 'ISADMIN',IfThen(SessionData.

[twsocket] HtmlPageProducerToString in Delphi XE

2011-01-24 Thread Busai Péter
Hi, I have problem using the above function in unicode compiler Just tried to include a content of a file to "servertime" document The content of header.html: Some headerline 1 Some headerline 2 Some headerline 3 and the result is: ICS WebServer Demo

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

2011-01-24 Thread Darin McGee
Francois, I would be interested in your tunnel project and would sincerely appreciate it if you would send me a copy. Thank you, Darin -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Francois PIETTE Sent: Monday, January 24, 2011 2:

Re: [twsocket] CMD via ICS SslWSocketServer to ICS SslWSocket

2011-01-24 Thread Francois PIETTE
when the client is connected, I could run the command prompt of the connected client and put commands via my command window behind the WSocketServer. An application based on TWSocketServer can run any other application. Actually, this is not a problem related to ICS, but just plain win32 API w

[twsocket] CMD via ICS SslWSocketServer to ICS SslWSocket

2011-01-24 Thread daniel cc
Hello, When the WSocket is connected to the WSocketServer, I know it is possible to send commands to the client socket. Now, I have build a custom CMD with TEdit, TMemo and a button which can input commands into the system CMD.EXE (run commands directly in my application). My question is, is it