Re: [twsocket] error XE3 in combination with ICS v8

2013-03-23 Thread Ruud Kerstens
Hi Arno, It works like a sunshine!! Thanks for the quick and helpful response! Best regards, and have a nice weekend.. Ruud Kerstens -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Arno Garrels Sent: zaterdag 23 maart 2013 20:03

[twsocket] error XE3 in combination with ICS v8

2013-03-23 Thread Ruud Kerstens
Hi, I am getting this error in code that was working in delphi XE, with ICSv7. Now I am moving to ICSv8 with Delphi XE3. E2033 Types of actual and formal var parameters must be identical (Delphi) The code I have is: procedure TRemote.LstnDataAvailable(Sender: TObject; ErrCode: Word)

[twsocket] Tn Emulvt and EmulVT

2012-08-10 Thread Ruud Kerstens
? Best regards, Ruud Kerstens -- 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] Socket connections like UDP-send-demo

2011-11-12 Thread Ruud Kerstens
d data. In this way the Wsocket.port is the port to listen oin, and with Wsocket.sendto I define the remote-applications port? My code is all based on a normal string. Is it possible to use a standard string in the Wsocket.sendto command? Best regards, Ruud Kerstens -Oorspronkelijk berich

[twsocket] Socket connections like UDP-send-demo

2011-11-10 Thread Ruud Kerstens
errors? Best regards, Ruud Kerstens -- 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

[twsocket] ftp-client and pureftp

2011-10-25 Thread Ruud Kerstens
tDirName := uploaddir; // go and upload the file here ftp.LocalFileName := ExtractFilePath(Application.ExeName)+'kml\'+localfile; ftp.HostFileName := customer +'.kmz'; ftp.Connect; sleep(500); ftp.Cwd; done := false; ftp.put; ftp.Quit; Any idea where I need to look??

Re: [twsocket] Webapp pulldown list

2011-02-18 Thread Ruud Kerstens
rlinks' to the items. Satellite-name <#table_rows SatList> <#SAT> So when i select my 'value' in the pulldown, it needs to open the link satlist?CUS=<#CUS>&SATNAME=<#SAT> Ruud Kerstens Op 18-2-2011 11:11, Francois PIETTE schreef: Is there a way to activa

Re: [twsocket] Webapp pulldown list

2011-02-18 Thread Ruud Kerstens
The code I had was for a table, giving 'hyperlinks' to the items. Satellite-name <#table_rows SatList> <#SAT> So when i select my 'value' in the pulldown, it needs to open the link satlist?CUS=<#CUS>&SATNAME=<#SAT> Ruud Kerstens Op 18-2-

Re: [twsocket] Webapp pulldown list

2011-02-18 Thread Ruud Kerstens
Ok, I understand Francois, it is related to the web-app server, and not midware. Is there a way to activate the link in the pulldown after selecting it? The pulldown works perfect! Best regards, Ruud Op 18-2-2011 10:23, Francois PIETTE schreef: Ruud Kerstens wrote in Midware mailing list

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 Ruud Kerstens
d; end; Any idea what I need to do? Best regards, Ruud Kerstens -----Oorspronkelijk bericht- From: Ruud Kerstens Sent: Sunday, January 23, 2011 6:36 PM To: ICS support mailing Subject: Re: [twsocket] Midware create serverobject 'problem'. Hi Francois, Well, you caught me there,

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] Midware create serverobject 'problem'.

2011-01-22 Thread Ruud Kerstens
( > > -- > francois.pie...@overbyte.be > http://www.overbyte.be > > > - Original Message - > From: "Ruud Kerstens" > To: > Sent: Saturday, January 22, 2011 9:08 PM > Subject: Re: [twsocket] Midware create serverobject 'problem'. > >

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

2011-01-22 Thread Ruud Kerstens
elp, and have a good weekend. Best regards, Ruud Kerstens PS, i do not find any v.pas, is this really needed? > From: francois.pie...@skynet.be > To: twsocket@elists.org > Date: Sat, 22 Jan 2011 20:51:04 +0100 > Subject: Re: [twsocket] Midware create serverobject 'problem'. >

[twsocket] Midware create serverobject 'problem'.

2011-01-22 Thread Ruud Kerstens
he Midware-library is in the path (demo’s work fine as well), and I checked the search-path in the screen as well, which also uses the midware library-path. Anybody an idea what I might be doing wrong? Best regards, and thanks, Ruud Kerstens -- To unsubscribe or change your settings for TWSocket ma

Re: [twsocket] SSH support

2010-07-19 Thread Ruud Kerstens
Hi Arno, Actually i saw it was allready mentioned, but hitting the build-button did the job, thanks! Ruud Kerstens -- From: "Arno Garrels" Sent: Monday, July 19, 2010 11:39 AM To: "ICS support mailing" Subject: Re: [twsock

Re: [twsocket] SSH support

2010-07-19 Thread Ruud Kerstens
le : Undeclared Identifier :'TSslWSocketClient'. Now i am trying to figure out where this error comes from as my other applications using the standard ICS-components give no errors. Is this a change i need to make in the demo's included?

Re: [twsocket] SSH support

2010-07-19 Thread Ruud Kerstens
d some effort to make it up to date. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: "Ruud Kerstens" To: "ICS support mailing&quo

Re: [twsocket] SSH support

2010-07-18 Thread Ruud Kerstens
Hi All, Ok, answer is clear, it's a pitty as I do like the way ICS works, i standarised all my apps to use it. I am going to check if putty ssh tunnel can do the job for me, might be interesting, Thanks for the responses! Ruud Ker

[twsocket] SSH support

2010-07-16 Thread Ruud Kerstens
Hi All, One question that I have been trying to figure out, how can i make an application equal as the overbyteTCPserver example, but then with SSH support? Is this option availlable in ICS, or do i need some other library added to it? Best regards, Ruud Kerstens -- To unsubscribe or

Re: [twsocket] MD5 passwords

2009-11-22 Thread Ruud Kerstens
Hi Arno, Great, after reading the header, this is actually what i was looking for! I will let you know how it worked out.. Thanks for the help! Best regards, Ruud Kerstens -- From: "Arno Garrels" Sent: Sunday, November 22, 2009

Re: [twsocket] MD5 passwords

2009-11-21 Thread Ruud Kerstens
Ok, I will go and read it. anyway, thanks for your replies, lets see if i can find any solution, if so i will let you know! Have a nice weekend!! Ruud Kerstens -- From: "Arno Garrels" Sent: Saturday, November 21, 2009 11:22 P

Re: [twsocket] MD5 passwords

2009-11-21 Thread Ruud Kerstens
support mailing" Subject: Re: [twsocket] MD5 passwords Ruud Kerstens wrote: well, i created the string with a linux-tool on the radius-server (freeradius). It is used as: cryptpasswd --md5 . Doesn't this just encrypt the MD5 value of the password? Just a wild guess.. -- Arno Garrels --

Re: [twsocket] MD5 passwords

2009-11-21 Thread Ruud Kerstens
well, i created the string with a linux-tool on the radius-server (freeradius). It is used as: cryptpasswd --md5 . Ruud Kerstens. this is the cryptpasswd perlscript below (not farmiliar with perl) : #...@perl@ # # cryptpasswd Generate or check md5 and DES hashed passwords. # #This

[twsocket] MD5 passwords

2009-11-21 Thread Ruud Kerstens
ut this. As you can see the $1$ seems to tell the server it is encrypted, as i understood. Best regards, Ruud Kerstens -- 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